public class StructuredEncryption
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
StructuredEncryption.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
StructuredEncryption(software.amazon.cryptography.dbencryptionsdk.structuredencryption.StructuredEncryption.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static StructuredEncryption.Builder |
builder() |
DecryptStructureOutput |
DecryptStructure(DecryptStructureInput input) |
EncryptStructureOutput |
EncryptStructure(EncryptStructureInput input) |
protected IStructuredEncryptionClient |
impl() |
protected StructuredEncryption(software.amazon.cryptography.dbencryptionsdk.structuredencryption.StructuredEncryption.BuilderImpl builder)
public static StructuredEncryption.Builder builder()
public DecryptStructureOutput DecryptStructure(DecryptStructureInput input)
public EncryptStructureOutput EncryptStructure(EncryptStructureInput input)
protected IStructuredEncryptionClient impl()