Class VaultContent
java.lang.Object
net.wedjaa.ansible.vault.crypto.data.VaultContent
-
Constructor Summary
ConstructorsConstructorDescriptionVaultContent(byte[] encryptedVault) VaultContent(byte[] salt, byte[] hmac, byte[] data) -
Method Summary
-
Constructor Details
-
VaultContent
- Throws:
IOException
-
VaultContent
public VaultContent(byte[] salt, byte[] hmac, byte[] data)
-
-
Method Details
-
toByteArray
public byte[] toByteArray() -
toString
-
getSalt
public byte[] getSalt() -
getHmac
public byte[] getHmac() -
getData
public byte[] getData()
-