| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography |
You use the Amazon Web Services Payment Cryptography Control Plane to manage the encryption keys you use for
payment-related cryptographic operations.
|
| Modifier and Type | Method and Description |
|---|---|
default ExportKeyResponse |
PaymentCryptographyClient.exportKey(Consumer<ExportKeyRequest.Builder> exportKeyRequest)
Exports a key from Amazon Web Services Payment Cryptography using either ANSI X9 TR-34 or TR-31 key export
standard.
|
default ExportKeyResponse |
PaymentCryptographyClient.exportKey(ExportKeyRequest exportKeyRequest)
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 |
|---|---|
default CompletableFuture<ExportKeyResponse> |
PaymentCryptographyAsyncClient.exportKey(Consumer<ExportKeyRequest.Builder> exportKeyRequest)
Exports a key from Amazon Web Services Payment Cryptography using either ANSI X9 TR-34 or TR-31 key export
standard.
|
default CompletableFuture<ExportKeyResponse> |
PaymentCryptographyAsyncClient.exportKey(ExportKeyRequest exportKeyRequest)
Exports a key from Amazon Web Services Payment Cryptography using either ANSI X9 TR-34 or TR-31 key export
standard.
|
Copyright © 2023. All rights reserved.