| 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 |
|---|---|
GetParametersForExportResult |
AbstractAWSPaymentCryptography.getParametersForExport(GetParametersForExportRequest request) |
GetParametersForExportResult |
AWSPaymentCryptographyClient.getParametersForExport(GetParametersForExportRequest request)
Gets the export token and the signing key certificate to initiate a TR-34 key export from Amazon Web Services
Payment Cryptography.
|
GetParametersForExportResult |
AWSPaymentCryptography.getParametersForExport(GetParametersForExportRequest getParametersForExportRequest)
Gets the export token and the signing key certificate to initiate a TR-34 key export from Amazon Web Services
Payment Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetParametersForExportResult> |
AbstractAWSPaymentCryptographyAsync.getParametersForExportAsync(GetParametersForExportRequest request,
AsyncHandler<GetParametersForExportRequest,GetParametersForExportResult> asyncHandler) |
Future<GetParametersForExportResult> |
AWSPaymentCryptographyAsyncClient.getParametersForExportAsync(GetParametersForExportRequest request,
AsyncHandler<GetParametersForExportRequest,GetParametersForExportResult> asyncHandler) |
Future<GetParametersForExportResult> |
AWSPaymentCryptographyAsync.getParametersForExportAsync(GetParametersForExportRequest getParametersForExportRequest,
AsyncHandler<GetParametersForExportRequest,GetParametersForExportResult> asyncHandler)
Gets the export token and the signing key certificate to initiate a TR-34 key export from Amazon Web Services
Payment Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
GetParametersForExportResult |
GetParametersForExportResult.clone() |
GetParametersForExportResult |
GetParametersForExportResult.withExportToken(String exportToken)
The export token to initiate key export from Amazon Web Services Payment Cryptography.
|
GetParametersForExportResult |
GetParametersForExportResult.withParametersValidUntilTimestamp(Date parametersValidUntilTimestamp)
The validity period of the export token.
|
GetParametersForExportResult |
GetParametersForExportResult.withSigningKeyAlgorithm(KeyAlgorithm signingKeyAlgorithm)
The algorithm of the signing key certificate for use in TR-34 key block generation.
|
GetParametersForExportResult |
GetParametersForExportResult.withSigningKeyAlgorithm(String signingKeyAlgorithm)
The algorithm of the signing key certificate for use in TR-34 key block generation.
|
GetParametersForExportResult |
GetParametersForExportResult.withSigningKeyCertificate(String signingKeyCertificate)
The signing key certificate in PEM format (base64 encoded) of the public key for signature within the TR-34 key
block.
|
GetParametersForExportResult |
GetParametersForExportResult.withSigningKeyCertificateChain(String signingKeyCertificateChain)
The root certificate authority (CA) that signed the signing key certificate in PEM format (base64 encoded).
|
Copyright © 2024. All rights reserved.