RetrieveResponse
//d1-client-java/io.cybercrypt.d1.response/RetrieveResponse
RetrieveResponse
[d1]\ public class RetrieveResponse
Constructors
| RetrieveResponse | [d1] public voidRetrieveResponse(Array<byte>plaintext, Array<byte>associatedData) Initializes a new instance of the RetrieveResponse. |
Functions
| Name | Summary |
|---|---|
| getAssociatedData | [d1] public Array<byte>getAssociatedData() Gets the associated data. |
| getPlaintext | [d1] public Array<byte>getPlaintext() Gets the plaintext. |
Properties
| Name | Summary |
|---|---|
| associatedData | [d1] public Array<byte>associatedData |
| plaintext | [d1] public Array<byte>plaintext |