Include javax.crypto.spec.IvParameterSpec so I can implement ansible vault decryption (#1638)
Please consider adding this class to bb. I'm looking to implement ansible-vault decryption in babashka and I need the above class. Decryption works in Clojure but fails with missing class for babashka. After this I need to fix crypto padding and all is good :). https://docs.ansible.com/ansible/latest/vault_guide/vault_using_encrypted_content.html#format-of-files-encrypted-with-ansible-vault
This commit is contained in:
parent
838608647a
commit
fdd2d68e1d
1 changed files with 1 additions and 0 deletions
|
|
@ -227,6 +227,7 @@
|
|||
javax.crypto.SecretKey
|
||||
javax.crypto.SecretKeyFactory
|
||||
javax.crypto.spec.GCMParameterSpec
|
||||
javax.crypto.spec.IvParameterSpec
|
||||
javax.crypto.spec.PBEKeySpec
|
||||
javax.crypto.spec.SecretKeySpec
|
||||
javax.net.ssl.HostnameVerifier ;; clj-http-lite
|
||||
|
|
|
|||
Loading…
Reference in a new issue