Skip to main content

Encrypt

//d1-client-java/io.cybercrypt.d1.serviceClients/Encrypt

Encrypt

[d1]\ public interface Encrypt

Functions

NameSummary
decrypt[d1]
public abstract DecryptResponsedecrypt(StringobjectId, Array<byte>ciphertext, Array<byte>associatedData)
Decrypt an encrypted object.
encrypt[d1]
public abstract EncryptResponseencrypt(Array<byte>plaintext, Array<byte>associatedData)
public abstract EncryptResponseencrypt(Array<byte>plaintext, Array<byte>associatedData, List<String>groupIds)
Encrypt an object with associated data.