| 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 |
AWSPaymentCryptographyClient.getParametersForImport(GetParametersForImportRequest request)
Gets the import token and the wrapping key certificate in PEM format (base64 encoded) to initiate a TR-34
WrappedKeyBlock or a RSA WrappedKeyCryptogram import into Amazon Web Services Payment Cryptography.
|
GetParametersForImportResult |
AbstractAWSPaymentCryptography.getParametersForImport(GetParametersForImportRequest request) |
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 or a RSA WrappedKeyCryptogram import into Amazon Web Services Payment Cryptography.
|
Future<GetParametersForImportResult> |
AWSPaymentCryptographyAsyncClient.getParametersForImportAsync(GetParametersForImportRequest request) |
Future<GetParametersForImportResult> |
AbstractAWSPaymentCryptographyAsync.getParametersForImportAsync(GetParametersForImportRequest request) |
Future<GetParametersForImportResult> |
AWSPaymentCryptographyAsync.getParametersForImportAsync(GetParametersForImportRequest getParametersForImportRequest)
Gets the import token and the wrapping key certificate in PEM format (base64 encoded) to initiate a TR-34
WrappedKeyBlock or a RSA WrappedKeyCryptogram import into Amazon Web Services Payment Cryptography.
|
Future<GetParametersForImportResult> |
AWSPaymentCryptographyAsyncClient.getParametersForImportAsync(GetParametersForImportRequest request,
AsyncHandler<GetParametersForImportRequest,GetParametersForImportResult> asyncHandler) |
Future<GetParametersForImportResult> |
AbstractAWSPaymentCryptographyAsync.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 or a RSA WrappedKeyCryptogram import into Amazon Web Services Payment Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
GetParametersForImportRequest |
GetParametersForImportRequest.clone() |
GetParametersForImportRequest |
GetParametersForImportRequest.withKeyMaterialType(KeyMaterialType keyMaterialType)
The method to use for key material import.
|
GetParametersForImportRequest |
GetParametersForImportRequest.withKeyMaterialType(String keyMaterialType)
The method to use for key material import.
|
GetParametersForImportRequest |
GetParametersForImportRequest.withWrappingKeyAlgorithm(KeyAlgorithm wrappingKeyAlgorithm)
The wrapping key algorithm to generate a wrapping key certificate.
|
GetParametersForImportRequest |
GetParametersForImportRequest.withWrappingKeyAlgorithm(String wrappingKeyAlgorithm)
The wrapping key algorithm to generate a wrapping key certificate.
|
Copyright © 2024. All rights reserved.