public class VaultContent extends Object
Constructor and Description |
---|
VaultContent(byte[] encryptedVault) |
VaultContent(byte[] salt,
byte[] hmac,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData() |
byte[] |
getHmac() |
byte[] |
getSalt() |
byte[] |
toByteArray() |
String |
toString() |
public VaultContent(byte[] encryptedVault) throws IOException
IOException
public VaultContent(byte[] salt, byte[] hmac, byte[] data)
Copyright © 2023 Frank!Framework. All rights reserved.