Interface ImportTr34KeyBlock.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ImportTr34KeyBlock.Builder,,- ImportTr34KeyBlock> - SdkBuilder<ImportTr34KeyBlock.Builder,,- ImportTr34KeyBlock> - SdkPojo
- Enclosing class:
- ImportTr34KeyBlock
- 
Method SummaryModifier and TypeMethodDescriptioncertificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier) TheKeyARNof the certificate chain that signs the signing key certificate during TR-34 key import.importToken(String importToken) The import token that initiates key import using the asymmetric TR-34 key exchange method into Amazon Web Services Payment Cryptography.keyBlockFormat(String keyBlockFormat) The key block format to use during key import.keyBlockFormat(Tr34KeyBlockFormat keyBlockFormat) The key block format to use during key import.randomNonce(String randomNonce) A random number value that is unique to the TR-34 key block generated using 2 pass.signingKeyCertificate(String signingKeyCertificate) The public key component in PEM certificate format of the private key that signs the KDH TR-34 WrappedKeyBlock.wrappedKeyBlock(String wrappedKeyBlock) The TR-34 wrapped key block to import.wrappingKeyCertificate(String wrappingKeyCertificate) Key Identifier used for unwrapping the import keywrappingKeyIdentifier(String wrappingKeyIdentifier) Key Identifier used for unwrapping the import keyMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
certificateAuthorityPublicKeyIdentifierImportTr34KeyBlock.Builder certificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier) The KeyARNof the certificate chain that signs the signing key certificate during TR-34 key import.- Parameters:
- certificateAuthorityPublicKeyIdentifier- The- KeyARNof the certificate chain that signs the signing key certificate during TR-34 key import.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
signingKeyCertificateThe public key component in PEM certificate format of the private key that signs the KDH TR-34 WrappedKeyBlock. - Parameters:
- signingKeyCertificate- The public key component in PEM certificate format of the private key that signs the KDH TR-34 WrappedKeyBlock.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
importTokenThe import token that initiates key import using the asymmetric TR-34 key exchange method into Amazon Web Services Payment Cryptography. It expires after 30 days. You can use the same import token to import multiple keys to the same service account. - Parameters:
- importToken- The import token that initiates key import using the asymmetric TR-34 key exchange method into Amazon Web Services Payment Cryptography. It expires after 30 days. You can use the same import token to import multiple keys to the same service account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
wrappingKeyIdentifierKey Identifier used for unwrapping the import key - Parameters:
- wrappingKeyIdentifier- Key Identifier used for unwrapping the import key
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
wrappingKeyCertificateKey Identifier used for unwrapping the import key - Parameters:
- wrappingKeyCertificate- Key Identifier used for unwrapping the import key
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
wrappedKeyBlockThe TR-34 wrapped key block to import. - Parameters:
- wrappedKeyBlock- The TR-34 wrapped key block to import.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
keyBlockFormatThe key block format to use during key import. The only value allowed is X9_TR34_2012.- Parameters:
- keyBlockFormat- The key block format to use during key import. The only value allowed is- X9_TR34_2012.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
keyBlockFormatThe key block format to use during key import. The only value allowed is X9_TR34_2012.- Parameters:
- keyBlockFormat- The key block format to use during key import. The only value allowed is- X9_TR34_2012.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
randomNonceA 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-