public class AuthenticatedCipherText extends Object
| Constructor and Description |
|---|
AuthenticatedCipherText(byte[] cipherText,
byte[] authenticationTag)
Creates a new authenticated cipher text.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAuthenticationTag()
Gets the authentication tag.
|
byte[] |
getCipherText()
Gets the cipher text.
|
Copyright © 2021. All rights reserved.