public class CipherBody extends Object
| Constructor and Description |
|---|
CipherBody(byte[] iv,
byte[] cipherText) |
CipherBody(byte[] iv,
byte[] cipherText,
byte[] authTag) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAuthTag() |
byte[] |
getCipherText() |
byte[] |
getIv() |
Copyright © 2020. All rights reserved.