| 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 |
|---|---|
ExportKeyResult |
AbstractAWSPaymentCryptography.exportKey(ExportKeyRequest request) |
ExportKeyResult |
AWSPaymentCryptography.exportKey(ExportKeyRequest exportKeyRequest)
Exports a key from Amazon Web Services Payment Cryptography using either ANSI X9 TR-34 or TR-31 key export
standard.
|
ExportKeyResult |
AWSPaymentCryptographyClient.exportKey(ExportKeyRequest request)
Exports a key from Amazon Web Services Payment Cryptography using either ANSI X9 TR-34 or TR-31 key export
standard.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ExportKeyResult> |
AbstractAWSPaymentCryptographyAsync.exportKeyAsync(ExportKeyRequest request) |
Future<ExportKeyResult> |
AWSPaymentCryptographyAsyncClient.exportKeyAsync(ExportKeyRequest request) |
Future<ExportKeyResult> |
AWSPaymentCryptographyAsync.exportKeyAsync(ExportKeyRequest exportKeyRequest)
Exports a key from Amazon Web Services Payment Cryptography using either ANSI X9 TR-34 or TR-31 key export
standard.
|
Future<ExportKeyResult> |
AbstractAWSPaymentCryptographyAsync.exportKeyAsync(ExportKeyRequest request,
AsyncHandler<ExportKeyRequest,ExportKeyResult> asyncHandler) |
Future<ExportKeyResult> |
AWSPaymentCryptographyAsyncClient.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 using either ANSI X9 TR-34 or TR-31 key export
standard.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ExportKeyResult> |
AbstractAWSPaymentCryptographyAsync.exportKeyAsync(ExportKeyRequest request,
AsyncHandler<ExportKeyRequest,ExportKeyResult> asyncHandler) |
Future<ExportKeyResult> |
AWSPaymentCryptographyAsyncClient.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 using either ANSI X9 TR-34 or TR-31 key export
standard.
|
| Modifier and Type | Method and Description |
|---|---|
ExportKeyResult |
ExportKeyResult.clone() |
ExportKeyResult |
ExportKeyResult.withWrappedKey(WrappedKey wrappedKey)
The key material under export as a TR-34 or TR-31 wrapped key block.
|
Copyright © 2023. All rights reserved.