public class DecryptMessageBytesEntry extends Object
| Constructor and Description |
|---|
DecryptMessageBytesEntry() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
associatedData() |
DecryptMessageBytesEntry |
associatedData(byte[] associatedData) |
byte[] |
ciphertext() |
DecryptMessageBytesEntry |
ciphertext(byte[] ciphertext) |
CkParams |
params() |
DecryptMessageBytesEntry |
params(CkParams params) |
public CkParams params()
public DecryptMessageBytesEntry params(CkParams params)
public byte[] associatedData()
public DecryptMessageBytesEntry associatedData(byte[] associatedData)
public byte[] ciphertext()
public DecryptMessageBytesEntry ciphertext(byte[] ciphertext)
Copyright © 2023. All rights reserved.