public class IntermediateKeyWrapping
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
IntermediateKeyWrapping.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
IntermediateKeyWrapping(software.amazon.cryptography.materialproviders.model.IntermediateKeyWrapping.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static IntermediateKeyWrapping.Builder |
builder() |
DerivationAlgorithm |
keyEncryptionKeyKdf() |
DerivationAlgorithm |
macKeyKdf() |
Encrypt |
pdkEncryptAlgorithm() |
IntermediateKeyWrapping.Builder |
toBuilder() |
protected IntermediateKeyWrapping(software.amazon.cryptography.materialproviders.model.IntermediateKeyWrapping.BuilderImpl builder)
public DerivationAlgorithm keyEncryptionKeyKdf()
public DerivationAlgorithm macKeyKdf()
public Encrypt pdkEncryptAlgorithm()
public IntermediateKeyWrapping.Builder toBuilder()
public static IntermediateKeyWrapping.Builder builder()