public final class EncryptionResult extends Object
Object.equals(Object)
and Object.hashCode()
Modifier and Type | Field and Description |
---|---|
byte[] |
encryptedContent |
int |
keyRevision |
byte[] |
nonce |
Constructor and Description |
---|
EncryptionResult(byte[] nonce,
byte[] encryptedContent) |
EncryptionResult(byte[] nonce,
byte[] encryptedContent,
int keyRevision) |