| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportTr31KeyBlock.Builder |
ImportTr31KeyBlock.builder() |
ImportTr31KeyBlock.Builder |
ImportTr31KeyBlock.toBuilder() |
ImportTr31KeyBlock.Builder |
ImportTr31KeyBlock.Builder.wrappedKeyBlock(String wrappedKeyBlock)
The TR-34 wrapped key block to import.
|
ImportTr31KeyBlock.Builder |
ImportTr31KeyBlock.Builder.wrappingKeyIdentifier(String wrappingKeyIdentifier)
The
KeyARN of the key that will decrypt or unwrap a TR-31 key block during import. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportTr31KeyBlock.Builder> |
ImportTr31KeyBlock.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static ImportKeyMaterial |
ImportKeyMaterial.fromTr31KeyBlock(Consumer<ImportTr31KeyBlock.Builder> tr31KeyBlock)
Create an instance of this class with
ImportKeyMaterial.tr31KeyBlock() initialized to the given value. |
default ImportKeyMaterial.Builder |
ImportKeyMaterial.Builder.tr31KeyBlock(Consumer<ImportTr31KeyBlock.Builder> tr31KeyBlock)
Parameter information for key material import using TR-31 standard.
|
Copyright © 2023. All rights reserved.