| 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 |
|---|---|
ExportKeyResult |
AWSPaymentCryptographyClient.exportKey(ExportKeyRequest request)
Exports a key from Amazon Web Services Payment Cryptography.
|
ExportKeyResult |
AbstractAWSPaymentCryptography.exportKey(ExportKeyRequest request) |
ExportKeyResult |
AWSPaymentCryptography.exportKey(ExportKeyRequest exportKeyRequest)
Exports a key from Amazon Web Services Payment Cryptography.
|
Future<ExportKeyResult> |
AWSPaymentCryptographyAsyncClient.exportKeyAsync(ExportKeyRequest request) |
Future<ExportKeyResult> |
AbstractAWSPaymentCryptographyAsync.exportKeyAsync(ExportKeyRequest request) |
Future<ExportKeyResult> |
AWSPaymentCryptographyAsync.exportKeyAsync(ExportKeyRequest exportKeyRequest)
Exports a key from Amazon Web Services Payment Cryptography.
|
Future<ExportKeyResult> |
AWSPaymentCryptographyAsyncClient.exportKeyAsync(ExportKeyRequest request,
AsyncHandler<ExportKeyRequest,ExportKeyResult> asyncHandler) |
Future<ExportKeyResult> |
AbstractAWSPaymentCryptographyAsync.exportKeyAsync(ExportKeyRequest request,
AsyncHandler<ExportKeyRequest,ExportKeyResult> asyncHandler) |
Future<ExportKeyResult> |
AWSPaymentCryptographyAsync.exportKeyAsync(ExportKeyRequest exportKeyRequest,
AsyncHandler<ExportKeyRequest,ExportKeyResult> asyncHandler)
Exports a key from Amazon Web Services Payment Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ExportKeyResult> |
AWSPaymentCryptographyAsyncClient.exportKeyAsync(ExportKeyRequest request,
AsyncHandler<ExportKeyRequest,ExportKeyResult> asyncHandler) |
Future<ExportKeyResult> |
AbstractAWSPaymentCryptographyAsync.exportKeyAsync(ExportKeyRequest request,
AsyncHandler<ExportKeyRequest,ExportKeyResult> asyncHandler) |
Future<ExportKeyResult> |
AWSPaymentCryptographyAsync.exportKeyAsync(ExportKeyRequest exportKeyRequest,
AsyncHandler<ExportKeyRequest,ExportKeyResult> asyncHandler)
Exports a key from Amazon Web Services Payment Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
ExportKeyRequest |
ExportKeyRequest.clone() |
ExportKeyRequest |
ExportKeyRequest.withExportAttributes(ExportAttributes exportAttributes)
The attributes for IPEK generation during export.
|
ExportKeyRequest |
ExportKeyRequest.withExportKeyIdentifier(String exportKeyIdentifier)
The
KeyARN of the key under export from Amazon Web Services Payment Cryptography. |
ExportKeyRequest |
ExportKeyRequest.withKeyMaterial(ExportKeyMaterial keyMaterial)
The key block format type, for example, TR-34 or TR-31, to use during key material export.
|
Copyright © 2024. All rights reserved.