| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography |
You use the Amazon Web Services Payment Cryptography Control Plane to manage the encryption keys you use for
payment-related cryptographic operations.
|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
GetParametersForImportResult |
AbstractAWSPaymentCryptography.getParametersForImport(GetParametersForImportRequest request) |
GetParametersForImportResult |
AWSPaymentCryptography.getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)
Gets the import token and the wrapping key certificate to initiate a TR-34 key import into Amazon Web Services
Payment Cryptography.
|
GetParametersForImportResult |
AWSPaymentCryptographyClient.getParametersForImport(GetParametersForImportRequest request)
Gets the import token and the wrapping key certificate to initiate a TR-34 key import into Amazon Web Services
Payment Cryptography.
|
Future<GetParametersForImportResult> |
AbstractAWSPaymentCryptographyAsync.getParametersForImportAsync(GetParametersForImportRequest request) |
Future<GetParametersForImportResult> |
AWSPaymentCryptographyAsyncClient.getParametersForImportAsync(GetParametersForImportRequest request) |
Future<GetParametersForImportResult> |
AWSPaymentCryptographyAsync.getParametersForImportAsync(GetParametersForImportRequest getParametersForImportRequest)
Gets the import token and the wrapping key certificate to initiate a TR-34 key import into Amazon Web Services
Payment Cryptography.
|
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 to initiate a TR-34 key import into Amazon Web Services
Payment Cryptography.
|
| 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 to initiate a TR-34 key import into Amazon Web Services
Payment Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
GetParametersForImportRequest |
GetParametersForImportRequest.clone() |
GetParametersForImportRequest |
GetParametersForImportRequest.withKeyMaterialType(KeyMaterialType keyMaterialType)
The key block format type such as TR-34 or TR-31 to use during key material import.
|
GetParametersForImportRequest |
GetParametersForImportRequest.withKeyMaterialType(String keyMaterialType)
The key block format type such as TR-34 or TR-31 to use during 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 © 2023. All rights reserved.