public class ParsedHeader
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParsedHeader.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
ParsedHeader(software.amazon.cryptography.dbencryptionsdk.structuredencryption.model.ParsedHeader.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.cryptography.materialproviders.model.DBEAlgorithmSuiteId |
algorithmSuiteId() |
static ParsedHeader.Builder |
builder() |
CryptoSchema |
cryptoSchema() |
java.util.List<software.amazon.cryptography.materialproviders.model.EncryptedDataKey> |
encryptedDataKeys() |
java.util.Map<java.lang.String,java.lang.String> |
storedEncryptionContext() |
ParsedHeader.Builder |
toBuilder() |
protected ParsedHeader(software.amazon.cryptography.dbencryptionsdk.structuredencryption.model.ParsedHeader.BuilderImpl builder)
public CryptoSchema cryptoSchema()
public software.amazon.cryptography.materialproviders.model.DBEAlgorithmSuiteId algorithmSuiteId()
public java.util.List<software.amazon.cryptography.materialproviders.model.EncryptedDataKey> encryptedDataKeys()
public java.util.Map<java.lang.String,java.lang.String> storedEncryptionContext()
public ParsedHeader.Builder toBuilder()
public static ParsedHeader.Builder builder()