public static interface GetParametersForExportResponse.Builder extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<GetParametersForExportResponse.Builder,GetParametersForExportResponse>
| Modifier and Type | Method and Description |
|---|---|
GetParametersForExportResponse.Builder |
exportToken(String exportToken)
The export token to initiate key export from Amazon Web Services Payment Cryptography.
|
GetParametersForExportResponse.Builder |
parametersValidUntilTimestamp(Instant parametersValidUntilTimestamp)
The validity period of the export token.
|
GetParametersForExportResponse.Builder |
signingKeyAlgorithm(KeyAlgorithm signingKeyAlgorithm)
The algorithm of the signing key certificate for use in TR-34 key block generation.
|
GetParametersForExportResponse.Builder |
signingKeyAlgorithm(String signingKeyAlgorithm)
The algorithm of the signing key certificate for use in TR-34 key block generation.
|
GetParametersForExportResponse.Builder |
signingKeyCertificate(String signingKeyCertificate)
The signing key certificate of the public key for signature within the TR-34 key block cryptogram.
|
GetParametersForExportResponse.Builder |
signingKeyCertificateChain(String signingKeyCertificateChain)
The certificate chain that signed the signing key certificate.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetParametersForExportResponse.Builder exportToken(String exportToken)
The export token to initiate key export from Amazon Web Services Payment Cryptography. The export token 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. The export
token expires after 7 days. You can use the same export token to export multiple keys from the same
service account.GetParametersForExportResponse.Builder parametersValidUntilTimestamp(Instant parametersValidUntilTimestamp)
The validity period of the export token.
parametersValidUntilTimestamp - The validity period of the export token.GetParametersForExportResponse.Builder signingKeyAlgorithm(String signingKeyAlgorithm)
The algorithm of the signing key certificate for use in TR-34 key block generation. RSA_2048 is
the only signing key algorithm allowed.
signingKeyAlgorithm - The algorithm of the signing key certificate for use in TR-34 key block generation.
RSA_2048 is the only signing key algorithm allowed.KeyAlgorithm,
KeyAlgorithmGetParametersForExportResponse.Builder signingKeyAlgorithm(KeyAlgorithm signingKeyAlgorithm)
The algorithm of the signing key certificate for use in TR-34 key block generation. RSA_2048 is
the only signing key algorithm allowed.
signingKeyAlgorithm - The algorithm of the signing key certificate for use in TR-34 key block generation.
RSA_2048 is the only signing key algorithm allowed.KeyAlgorithm,
KeyAlgorithmGetParametersForExportResponse.Builder signingKeyCertificate(String signingKeyCertificate)
The signing key certificate of the public key for signature within the TR-34 key block cryptogram. The certificate expires after 7 days.
signingKeyCertificate - The signing key certificate of the public key for signature within the TR-34 key block cryptogram. The
certificate expires after 7 days.GetParametersForExportResponse.Builder signingKeyCertificateChain(String signingKeyCertificateChain)
The certificate chain that signed the signing key certificate. This is the root certificate authority (CA) within your service account.
signingKeyCertificateChain - The certificate chain that signed the signing key certificate. This is the root certificate authority
(CA) within your service account.Copyright © 2023. All rights reserved.