public static interface ImportTr34KeyBlock.Builder extends SdkPojo, CopyableBuilder<ImportTr34KeyBlock.Builder,ImportTr34KeyBlock>
| Modifier and Type | Method and Description |
|---|---|
ImportTr34KeyBlock.Builder |
certificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)
The
KeyARN of the certificate chain that signs the signing key certificate during TR-34 key
import. |
ImportTr34KeyBlock.Builder |
importToken(String importToken)
The import token that initiates key import into Amazon Web Services Payment Cryptography.
|
ImportTr34KeyBlock.Builder |
keyBlockFormat(String keyBlockFormat)
The key block format to use during key import.
|
ImportTr34KeyBlock.Builder |
keyBlockFormat(Tr34KeyBlockFormat keyBlockFormat)
The key block format to use during key import.
|
ImportTr34KeyBlock.Builder |
randomNonce(String randomNonce)
A random number value that is unique to the TR-34 key block generated using 2 pass.
|
ImportTr34KeyBlock.Builder |
signingKeyCertificate(String signingKeyCertificate)
The public key component in PEM certificate format of the private key that signs the KDH TR-34 wrapped key
block.
|
ImportTr34KeyBlock.Builder |
wrappedKeyBlock(String wrappedKeyBlock)
The TR-34 wrapped key block to import.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportTr34KeyBlock.Builder certificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)
The KeyARN of the certificate chain that signs the signing key certificate during TR-34 key
import.
certificateAuthorityPublicKeyIdentifier - The KeyARN of the certificate chain that signs the signing key certificate during TR-34
key import.ImportTr34KeyBlock.Builder importToken(String importToken)
The import token that initiates key import into Amazon Web Services Payment Cryptography. It expires after 7 days. You can use the same import token to import multiple keys to the same service account.
importToken - The import token that initiates key import into Amazon Web Services Payment Cryptography. It expires
after 7 days. You can use the same import token to import multiple keys to the same service account.ImportTr34KeyBlock.Builder keyBlockFormat(String keyBlockFormat)
The key block format to use during key import. The only value allowed is X9_TR34_2012.
keyBlockFormat - The key block format to use during key import. The only value allowed is X9_TR34_2012.Tr34KeyBlockFormat,
Tr34KeyBlockFormatImportTr34KeyBlock.Builder keyBlockFormat(Tr34KeyBlockFormat keyBlockFormat)
The key block format to use during key import. The only value allowed is X9_TR34_2012.
keyBlockFormat - The key block format to use during key import. The only value allowed is X9_TR34_2012.Tr34KeyBlockFormat,
Tr34KeyBlockFormatImportTr34KeyBlock.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.ImportTr34KeyBlock.Builder signingKeyCertificate(String signingKeyCertificate)
The public key component in PEM certificate format of the private key that signs the KDH TR-34 wrapped key block.
signingKeyCertificate - The public key component in PEM certificate format of the private key that signs the KDH TR-34 wrapped
key block.ImportTr34KeyBlock.Builder wrappedKeyBlock(String wrappedKeyBlock)
The TR-34 wrapped key block to import.
wrappedKeyBlock - The TR-34 wrapped key block to import.Copyright © 2023. All rights reserved.