Class EncryptionKeychain
java.lang.Object
net.wedjaa.ansible.vault.crypto.decoders.implementation.EncryptionKeychain
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptionKeychain
(byte[] salt, String password, int keylen, int ivlen, int iterations, String algo) EncryptionKeychain
(int saltLen, String password, int keylen, int ivlen, int iterations, String algo) -
Method Summary
-
Constructor Details
-
EncryptionKeychain
-
EncryptionKeychain
-
-
Method Details
-
createKeys
- Throws:
IOException
-
getSalt
public byte[] getSalt() -
getEncryptionKey
public byte[] getEncryptionKey() -
getHmacKey
public byte[] getHmacKey() -
getIv
public byte[] getIv()
-