public static interface GetParametersForImportResponse.Builder extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<GetParametersForImportResponse.Builder,GetParametersForImportResponse>
| Modifier and Type | Method and Description |
|---|---|
GetParametersForImportResponse.Builder |
importToken(String importToken)
The import token to initiate key import into Amazon Web Services Payment Cryptography.
|
GetParametersForImportResponse.Builder |
parametersValidUntilTimestamp(Instant parametersValidUntilTimestamp)
The validity period of the import token.
|
GetParametersForImportResponse.Builder |
wrappingKeyAlgorithm(KeyAlgorithm wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 key block.
|
GetParametersForImportResponse.Builder |
wrappingKeyAlgorithm(String wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 key block.
|
GetParametersForImportResponse.Builder |
wrappingKeyCertificate(String wrappingKeyCertificate)
The wrapping key certificate of the wrapping key for use within the TR-34 key block.
|
GetParametersForImportResponse.Builder |
wrappingKeyCertificateChain(String wrappingKeyCertificateChain)
The Amazon Web Services Payment Cryptography certificate chain that signed the wrapping key certificate.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetParametersForImportResponse.Builder importToken(String importToken)
The import token to initiate key import into Amazon Web Services Payment Cryptography. The import token expires after 7 days. You can use the same import token to import multiple keys to the same service account.
importToken - The import token to initiate key import into Amazon Web Services Payment Cryptography. The import
token expires after 7 days. You can use the same import token to import multiple keys to the same
service account.GetParametersForImportResponse.Builder parametersValidUntilTimestamp(Instant parametersValidUntilTimestamp)
The validity period of the import token.
parametersValidUntilTimestamp - The validity period of the import token.GetParametersForImportResponse.Builder wrappingKeyAlgorithm(String wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 key block. RSA_2048 is the only wrapping
key algorithm allowed.
wrappingKeyAlgorithm - The algorithm of the wrapping key for use within TR-34 key block. RSA_2048 is the only
wrapping key algorithm allowed.KeyAlgorithm,
KeyAlgorithmGetParametersForImportResponse.Builder wrappingKeyAlgorithm(KeyAlgorithm wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 key block. RSA_2048 is the only wrapping
key algorithm allowed.
wrappingKeyAlgorithm - The algorithm of the wrapping key for use within TR-34 key block. RSA_2048 is the only
wrapping key algorithm allowed.KeyAlgorithm,
KeyAlgorithmGetParametersForImportResponse.Builder wrappingKeyCertificate(String wrappingKeyCertificate)
The wrapping key certificate of the wrapping key for use within the TR-34 key block. The certificate expires in 7 days.
wrappingKeyCertificate - The wrapping key certificate of the wrapping key for use within the TR-34 key block. The certificate
expires in 7 days.GetParametersForImportResponse.Builder wrappingKeyCertificateChain(String wrappingKeyCertificateChain)
The Amazon Web Services Payment Cryptography certificate chain that signed the wrapping key certificate. This is the root certificate authority (CA) within your service account.
wrappingKeyCertificateChain - The Amazon Web Services Payment Cryptography certificate chain that signed the wrapping key
certificate. This is the root certificate authority (CA) within your service account.Copyright © 2023. All rights reserved.