public class CipherAndAuthTag
extends java.lang.Object
| Constructor and Description |
|---|
CipherAndAuthTag(byte[] key,
byte[] iv,
byte[] authTag) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAuthTag() |
javax.crypto.Cipher |
getCipher() |
byte[] |
getIv() |
byte[] |
getKey() |
public CipherAndAuthTag(byte[] key,
byte[] iv,
byte[] authTag)
throws CryptoFailedException
CryptoFailedExceptionpublic javax.crypto.Cipher getCipher()
throws CryptoFailedException
CryptoFailedExceptionpublic byte[] getAuthTag()
public byte[] getKey()
public byte[] getIv()