| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static ExportTr34KeyBlock.Builder |
ExportTr34KeyBlock.builder() |
ExportTr34KeyBlock.Builder |
ExportTr34KeyBlock.Builder.certificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)
The
KeyARN of the certificate chain that signs the wrapping key certificate during TR-34 key
export. |
ExportTr34KeyBlock.Builder |
ExportTr34KeyBlock.Builder.exportToken(String exportToken)
The export token to initiate key export from Amazon Web Services Payment Cryptography.
|
ExportTr34KeyBlock.Builder |
ExportTr34KeyBlock.Builder.keyBlockFormat(String keyBlockFormat)
The format of key block that Amazon Web Services Payment Cryptography will use during key export.
|
ExportTr34KeyBlock.Builder |
ExportTr34KeyBlock.Builder.keyBlockFormat(Tr34KeyBlockFormat keyBlockFormat)
The format of key block that Amazon Web Services Payment Cryptography will use during key export.
|
ExportTr34KeyBlock.Builder |
ExportTr34KeyBlock.Builder.randomNonce(String randomNonce)
A random number value that is unique to the TR-34 key block generated using 2 pass.
|
ExportTr34KeyBlock.Builder |
ExportTr34KeyBlock.toBuilder() |
ExportTr34KeyBlock.Builder |
ExportTr34KeyBlock.Builder.wrappingKeyCertificate(String wrappingKeyCertificate)
The
KeyARN of the wrapping key certificate. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportTr34KeyBlock.Builder> |
ExportTr34KeyBlock.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static ExportKeyMaterial |
ExportKeyMaterial.fromTr34KeyBlock(Consumer<ExportTr34KeyBlock.Builder> tr34KeyBlock)
Create an instance of this class with
ExportKeyMaterial.tr34KeyBlock() initialized to the given value. |
default ExportKeyMaterial.Builder |
ExportKeyMaterial.Builder.tr34KeyBlock(Consumer<ExportTr34KeyBlock.Builder> tr34KeyBlock)
Parameter information for key material export using TR-34 standard.
|
Copyright © 2023. All rights reserved.