| 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 |
|---|---|
GetKeyResult |
AbstractAWSPaymentCryptography.getKey(GetKeyRequest request) |
GetKeyResult |
AWSPaymentCryptographyClient.getKey(GetKeyRequest request)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
GetKeyResult |
AWSPaymentCryptography.getKey(GetKeyRequest getKeyRequest)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
Future<GetKeyResult> |
AbstractAWSPaymentCryptographyAsync.getKeyAsync(GetKeyRequest request) |
Future<GetKeyResult> |
AWSPaymentCryptographyAsyncClient.getKeyAsync(GetKeyRequest request) |
Future<GetKeyResult> |
AWSPaymentCryptographyAsync.getKeyAsync(GetKeyRequest getKeyRequest)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
Future<GetKeyResult> |
AbstractAWSPaymentCryptographyAsync.getKeyAsync(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler) |
Future<GetKeyResult> |
AWSPaymentCryptographyAsyncClient.getKeyAsync(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler) |
Future<GetKeyResult> |
AWSPaymentCryptographyAsync.getKeyAsync(GetKeyRequest getKeyRequest,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetKeyResult> |
AbstractAWSPaymentCryptographyAsync.getKeyAsync(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler) |
Future<GetKeyResult> |
AWSPaymentCryptographyAsyncClient.getKeyAsync(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler) |
Future<GetKeyResult> |
AWSPaymentCryptographyAsync.getKeyAsync(GetKeyRequest getKeyRequest,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
| Modifier and Type | Method and Description |
|---|---|
GetKeyRequest |
GetKeyRequest.clone() |
GetKeyRequest |
GetKeyRequest.withKeyIdentifier(String keyIdentifier)
The
KeyARN of the Amazon Web Services Payment Cryptography key. |
Copyright © 2023. All rights reserved.