static GetParametersForImportResponse.Builder |
GetParametersForImportResponse.builder() |
|
GetParametersForImportResponse.Builder |
GetParametersForImportResponse.Builder.importToken(String importToken) |
The import token to initiate key import into Amazon Web Services Payment Cryptography.
|
GetParametersForImportResponse.Builder |
GetParametersForImportResponse.Builder.parametersValidUntilTimestamp(Instant parametersValidUntilTimestamp) |
The validity period of the import token.
|
GetParametersForImportResponse.Builder |
GetParametersForImportResponse.toBuilder() |
|
GetParametersForImportResponse.Builder |
GetParametersForImportResponse.Builder.wrappingKeyAlgorithm(String wrappingKeyAlgorithm) |
The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock or RSA WrappedKeyCryptogram.
|
GetParametersForImportResponse.Builder |
GetParametersForImportResponse.Builder.wrappingKeyAlgorithm(KeyAlgorithm wrappingKeyAlgorithm) |
The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock or RSA WrappedKeyCryptogram.
|
GetParametersForImportResponse.Builder |
GetParametersForImportResponse.Builder.wrappingKeyCertificate(String wrappingKeyCertificate) |
The wrapping key certificate in PEM format (base64 encoded) of the wrapping key for use within the TR-34 key
block.
|
GetParametersForImportResponse.Builder |
GetParametersForImportResponse.Builder.wrappingKeyCertificateChain(String wrappingKeyCertificateChain) |
The Amazon Web Services Payment Cryptography root certificate authority (CA) that signed the wrapping key
certificate in PEM format (base64 encoded).
|