public class EncryptFinalResponse extends Object
Constructor and Description |
---|
EncryptFinalResponse() |
Modifier and Type | Method and Description |
---|---|
EncryptFinalResponse |
cipher(byte[] cipher) |
boolean |
equals(Object o) |
byte[] |
getCipher()
Encrypted data.
|
byte[] |
getTag()
For symmetric ciphers with cipher mode GCM or CCM, the authentication tag produced by the cipher.
|
int |
hashCode() |
void |
setCipher(byte[] cipher) |
void |
setTag(byte[] tag) |
EncryptFinalResponse |
tag(byte[] tag) |
String |
toString() |
public EncryptFinalResponse cipher(byte[] cipher)
public byte[] getCipher()
public void setCipher(byte[] cipher)
public EncryptFinalResponse tag(byte[] tag)
public byte[] getTag()
public void setTag(byte[] tag)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved