EncryptResponse
//d1-client-java/io.cybercrypt.d1.response/EncryptResponse
EncryptResponse
[d1]\ public class EncryptResponse
Constructors
| EncryptResponse | [d1] public voidEncryptResponse(StringobjectId, Array<byte>ciphertext, Array<byte>associatedData) Initializes a new instance of the EncryptResponse. |
Functions
| Name | Summary |
|---|---|
| getAssociatedData | [d1] public Array<byte>getAssociatedData() Gets the associated data. |
| getCiphertext | [d1] public Array<byte>getCiphertext() Gets the ciphertext. |
| getObjectId | [d1] public StringgetObjectId() Gets the object id. |
Properties
| Name | Summary |
|---|---|
| associatedData | [d1] public Array<byte>associatedData |
| ciphertext | [d1] public Array<byte>ciphertext |
| objectId | [d1] public StringobjectId |