public class ContentEncryptionParts extends Object
| Constructor and Description |
|---|
ContentEncryptionParts(byte[] iv,
byte[] ciphertext,
byte[] authenticationTag) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAuthenticationTag() |
byte[] |
getCiphertext() |
byte[] |
getIv() |
Copyright © 2022. All rights reserved.