StoreClient
//d1-client-java/io.cybercrypt.d1.serviceClients/StoreClient
StoreClient
[d1]\ public class StoreClient
Constructors
StoreClient | [d1] public voidStoreClient(D1Channelchannel) Initialize a new instance of the StoreClient class. |
Functions
Name | Summary |
---|---|
delete | [d1] public voiddelete(StringobjectId) |
retrieve | [d1] public RetrieveResponseretrieve(StringobjectId) |
store | [d1] public StoreResponsestore(Array<byte>plaintext, Array<byte>associatedData) public StoreResponsestore(Array<byte>plaintext, Array<byte>associatedData, List<String>groupIds) |
update | [d1] public voidupdate(StringobjectId, Array<byte>plaintext, Array<byte>associatedData) |