public static interface ExportTr34KeyBlock.Builder extends SdkPojo, CopyableBuilder<ExportTr34KeyBlock.Builder,ExportTr34KeyBlock>
| Modifier and Type | Method and Description |
|---|---|
ExportTr34KeyBlock.Builder |
certificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)
The
KeyARN of the certificate chain that signs the wrapping key certificate during TR-34 key
export. |
ExportTr34KeyBlock.Builder |
exportToken(String exportToken)
The export token to initiate key export from Amazon Web Services Payment Cryptography.
|
ExportTr34KeyBlock.Builder |
keyBlockFormat(String keyBlockFormat)
The format of key block that Amazon Web Services Payment Cryptography will use during key export.
|
ExportTr34KeyBlock.Builder |
keyBlockFormat(Tr34KeyBlockFormat keyBlockFormat)
The format of key block that Amazon Web Services Payment Cryptography will use during key export.
|
ExportTr34KeyBlock.Builder |
randomNonce(String randomNonce)
A random number value that is unique to the TR-34 key block generated using 2 pass.
|
ExportTr34KeyBlock.Builder |
wrappingKeyCertificate(String wrappingKeyCertificate)
The
KeyARN of the wrapping key certificate. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportTr34KeyBlock.Builder certificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)
The KeyARN of the certificate chain that signs the wrapping key certificate during TR-34 key
export.
certificateAuthorityPublicKeyIdentifier - The KeyARN of the certificate chain that signs the wrapping key certificate during TR-34
key export.ExportTr34KeyBlock.Builder exportToken(String exportToken)
The export token to initiate key export from Amazon Web Services Payment Cryptography. It also contains the signing key certificate that will sign the wrapped key during TR-34 key block generation. Call GetParametersForExport to receive an export token. It expires after 7 days. You can use the same export token to export multiple keys from the same service account.
exportToken - The export token to initiate key export from Amazon Web Services Payment Cryptography. It also
contains the signing key certificate that will sign the wrapped key during TR-34 key block generation.
Call GetParametersForExport to receive an export token. It expires after 7 days. You can use
the same export token to export multiple keys from the same service account.ExportTr34KeyBlock.Builder keyBlockFormat(String keyBlockFormat)
The format of key block that Amazon Web Services Payment Cryptography will use during key export.
keyBlockFormat - The format of key block that Amazon Web Services Payment Cryptography will use during key export.Tr34KeyBlockFormat,
Tr34KeyBlockFormatExportTr34KeyBlock.Builder keyBlockFormat(Tr34KeyBlockFormat keyBlockFormat)
The format of key block that Amazon Web Services Payment Cryptography will use during key export.
keyBlockFormat - The format of key block that Amazon Web Services Payment Cryptography will use during key export.Tr34KeyBlockFormat,
Tr34KeyBlockFormatExportTr34KeyBlock.Builder randomNonce(String randomNonce)
A random number value that is unique to the TR-34 key block generated using 2 pass. The operation will fail, if a random nonce value is not provided for a TR-34 key block generated using 2 pass.
randomNonce - A random number value that is unique to the TR-34 key block generated using 2 pass. The operation will
fail, if a random nonce value is not provided for a TR-34 key block generated using 2 pass.ExportTr34KeyBlock.Builder wrappingKeyCertificate(String wrappingKeyCertificate)
The KeyARN of the wrapping key certificate. Amazon Web Services Payment Cryptography uses this
certificate to wrap the key under export.
wrappingKeyCertificate - The KeyARN of the wrapping key certificate. Amazon Web Services Payment Cryptography uses
this certificate to wrap the key under export.Copyright © 2023. All rights reserved.