| 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 |
|---|---|
ImportKeyResult |
AbstractAWSPaymentCryptography.importKey(ImportKeyRequest request) |
ImportKeyResult |
AWSPaymentCryptographyClient.importKey(ImportKeyRequest request)
Imports symmetric keys and public key certificates in PEM format (base64 encoded) into Amazon Web Services
Payment Cryptography.
|
ImportKeyResult |
AWSPaymentCryptography.importKey(ImportKeyRequest importKeyRequest)
Imports symmetric keys and public key certificates in PEM format (base64 encoded) into Amazon Web Services
Payment Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ImportKeyResult> |
AbstractAWSPaymentCryptographyAsync.importKeyAsync(ImportKeyRequest request) |
Future<ImportKeyResult> |
AWSPaymentCryptographyAsyncClient.importKeyAsync(ImportKeyRequest request) |
Future<ImportKeyResult> |
AWSPaymentCryptographyAsync.importKeyAsync(ImportKeyRequest importKeyRequest)
Imports symmetric keys and public key certificates in PEM format (base64 encoded) into Amazon Web Services
Payment Cryptography.
|
Future<ImportKeyResult> |
AbstractAWSPaymentCryptographyAsync.importKeyAsync(ImportKeyRequest request,
AsyncHandler<ImportKeyRequest,ImportKeyResult> asyncHandler) |
Future<ImportKeyResult> |
AWSPaymentCryptographyAsyncClient.importKeyAsync(ImportKeyRequest request,
AsyncHandler<ImportKeyRequest,ImportKeyResult> asyncHandler) |
Future<ImportKeyResult> |
AWSPaymentCryptographyAsync.importKeyAsync(ImportKeyRequest importKeyRequest,
AsyncHandler<ImportKeyRequest,ImportKeyResult> asyncHandler)
Imports symmetric keys and public key certificates in PEM format (base64 encoded) into Amazon Web Services
Payment Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ImportKeyResult> |
AbstractAWSPaymentCryptographyAsync.importKeyAsync(ImportKeyRequest request,
AsyncHandler<ImportKeyRequest,ImportKeyResult> asyncHandler) |
Future<ImportKeyResult> |
AWSPaymentCryptographyAsyncClient.importKeyAsync(ImportKeyRequest request,
AsyncHandler<ImportKeyRequest,ImportKeyResult> asyncHandler) |
Future<ImportKeyResult> |
AWSPaymentCryptographyAsync.importKeyAsync(ImportKeyRequest importKeyRequest,
AsyncHandler<ImportKeyRequest,ImportKeyResult> asyncHandler)
Imports symmetric keys and public key certificates in PEM format (base64 encoded) into Amazon Web Services
Payment Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
ImportKeyResult |
ImportKeyResult.clone() |
ImportKeyResult |
ImportKeyResult.withKey(Key key)
The
KeyARN of the key material imported within Amazon Web Services Payment Cryptography. |
Copyright © 2024. All rights reserved.