| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography |
Amazon Web Services Payment Cryptography Control Plane APIs manage encryption keys for use during payment-related
cryptographic operations.
|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
GetParametersForImportResult |
AbstractAWSPaymentCryptography.getParametersForImport(GetParametersForImportRequest request) |
GetParametersForImportResult |
AWSPaymentCryptographyClient.getParametersForImport(GetParametersForImportRequest request)
Gets the import token and the wrapping key certificate in PEM format (base64 encoded) to initiate a TR-34
WrappedKeyBlock.
|
GetParametersForImportResult |
AWSPaymentCryptography.getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)
Gets the import token and the wrapping key certificate in PEM format (base64 encoded) to initiate a TR-34
WrappedKeyBlock.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetParametersForImportResult> |
AbstractAWSPaymentCryptographyAsync.getParametersForImportAsync(GetParametersForImportRequest request,
AsyncHandler<GetParametersForImportRequest,GetParametersForImportResult> asyncHandler) |
Future<GetParametersForImportResult> |
AWSPaymentCryptographyAsyncClient.getParametersForImportAsync(GetParametersForImportRequest request,
AsyncHandler<GetParametersForImportRequest,GetParametersForImportResult> asyncHandler) |
Future<GetParametersForImportResult> |
AWSPaymentCryptographyAsync.getParametersForImportAsync(GetParametersForImportRequest getParametersForImportRequest,
AsyncHandler<GetParametersForImportRequest,GetParametersForImportResult> asyncHandler)
Gets the import token and the wrapping key certificate in PEM format (base64 encoded) to initiate a TR-34
WrappedKeyBlock.
|
| Modifier and Type | Method and Description |
|---|---|
GetParametersForImportResult |
GetParametersForImportResult.clone() |
GetParametersForImportResult |
GetParametersForImportResult.withImportToken(String importToken)
The import token to initiate key import into Amazon Web Services Payment Cryptography.
|
GetParametersForImportResult |
GetParametersForImportResult.withParametersValidUntilTimestamp(Date parametersValidUntilTimestamp)
The validity period of the import token.
|
GetParametersForImportResult |
GetParametersForImportResult.withWrappingKeyAlgorithm(KeyAlgorithm wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock.
|
GetParametersForImportResult |
GetParametersForImportResult.withWrappingKeyAlgorithm(String wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock.
|
GetParametersForImportResult |
GetParametersForImportResult.withWrappingKeyCertificate(String wrappingKeyCertificate)
The wrapping key certificate in PEM format (base64 encoded) of the wrapping key for use within the TR-34 key
block.
|
GetParametersForImportResult |
GetParametersForImportResult.withWrappingKeyCertificateChain(String wrappingKeyCertificateChain)
The Amazon Web Services Payment Cryptography root certificate authority (CA) that signed the wrapping key
certificate in PEM format (base64 encoded).
|
Copyright © 2023. All rights reserved.