| 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 |
|---|---|
GetPublicKeyCertificateResult |
AbstractAWSPaymentCryptography.getPublicKeyCertificate(GetPublicKeyCertificateRequest request) |
GetPublicKeyCertificateResult |
AWSPaymentCryptographyClient.getPublicKeyCertificate(GetPublicKeyCertificateRequest request)
Gets the public key certificate of the asymmetric key pair that exists within Amazon Web Services Payment
Cryptography.
|
GetPublicKeyCertificateResult |
AWSPaymentCryptography.getPublicKeyCertificate(GetPublicKeyCertificateRequest getPublicKeyCertificateRequest)
Gets the public key certificate of the asymmetric key pair that exists within Amazon Web Services Payment
Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPublicKeyCertificateResult> |
AbstractAWSPaymentCryptographyAsync.getPublicKeyCertificateAsync(GetPublicKeyCertificateRequest request,
AsyncHandler<GetPublicKeyCertificateRequest,GetPublicKeyCertificateResult> asyncHandler) |
Future<GetPublicKeyCertificateResult> |
AWSPaymentCryptographyAsyncClient.getPublicKeyCertificateAsync(GetPublicKeyCertificateRequest request,
AsyncHandler<GetPublicKeyCertificateRequest,GetPublicKeyCertificateResult> asyncHandler) |
Future<GetPublicKeyCertificateResult> |
AWSPaymentCryptographyAsync.getPublicKeyCertificateAsync(GetPublicKeyCertificateRequest getPublicKeyCertificateRequest,
AsyncHandler<GetPublicKeyCertificateRequest,GetPublicKeyCertificateResult> asyncHandler)
Gets the public key certificate of the asymmetric key pair that exists within Amazon Web Services Payment
Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
GetPublicKeyCertificateResult |
GetPublicKeyCertificateResult.clone() |
GetPublicKeyCertificateResult |
GetPublicKeyCertificateResult.withKeyCertificate(String keyCertificate)
The public key component of the asymmetric key pair in a certificate PEM format (base64 encoded).
|
GetPublicKeyCertificateResult |
GetPublicKeyCertificateResult.withKeyCertificateChain(String keyCertificateChain)
The root certificate authority (CA) that signed the public key certificate in PEM format (base64 encoded) of the
asymmetric key pair.
|
Copyright © 2023. All rights reserved.