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:
Eugen Stan 2023-10-31 01:03:13 +02:00 committed by GitHub
parent 838608647a
commit fdd2d68e1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,6 +227,7 @@
javax.crypto.SecretKey javax.crypto.SecretKey
javax.crypto.SecretKeyFactory javax.crypto.SecretKeyFactory
javax.crypto.spec.GCMParameterSpec javax.crypto.spec.GCMParameterSpec
javax.crypto.spec.IvParameterSpec
javax.crypto.spec.PBEKeySpec javax.crypto.spec.PBEKeySpec
javax.crypto.spec.SecretKeySpec javax.crypto.spec.SecretKeySpec
javax.net.ssl.HostnameVerifier ;; clj-http-lite javax.net.ssl.HostnameVerifier ;; clj-http-lite