| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
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(KeyAlgorithm wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 key block.
|
GetParametersForImportResponse.Builder |
GetParametersForImportResponse.Builder.wrappingKeyAlgorithm(String wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 key block.
|
GetParametersForImportResponse.Builder |
GetParametersForImportResponse.Builder.wrappingKeyCertificate(String wrappingKeyCertificate)
The wrapping key certificate 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 certificate chain that signed the wrapping key certificate.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetParametersForImportResponse.Builder> |
GetParametersForImportResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.