DecryptResponse
//d1-client-java/io.cybercrypt.d1.response/DecryptResponse
DecryptResponse
[d1]\ public class DecryptResponse
Constructors
DecryptResponse | [d1] public voidDecryptResponse(Array<byte>plaintext, Array<byte>associatedData) Initializes a new instance of the DecryptResponse. |
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 |