| 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 |
|---|---|
CreateKeyResult |
AbstractAWSPaymentCryptography.createKey(CreateKeyRequest request) |
CreateKeyResult |
AWSPaymentCryptographyClient.createKey(CreateKeyRequest request)
Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is
unique in your account and Amazon Web Services Region.
|
CreateKeyResult |
AWSPaymentCryptography.createKey(CreateKeyRequest createKeyRequest)
Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is
unique in your account and Amazon Web Services Region.
|
Future<CreateKeyResult> |
AbstractAWSPaymentCryptographyAsync.createKeyAsync(CreateKeyRequest request) |
Future<CreateKeyResult> |
AWSPaymentCryptographyAsyncClient.createKeyAsync(CreateKeyRequest request) |
Future<CreateKeyResult> |
AWSPaymentCryptographyAsync.createKeyAsync(CreateKeyRequest createKeyRequest)
Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is
unique in your account and Amazon Web Services Region.
|
Future<CreateKeyResult> |
AbstractAWSPaymentCryptographyAsync.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
Future<CreateKeyResult> |
AWSPaymentCryptographyAsyncClient.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
Future<CreateKeyResult> |
AWSPaymentCryptographyAsync.createKeyAsync(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is
unique in your account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateKeyResult> |
AbstractAWSPaymentCryptographyAsync.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
Future<CreateKeyResult> |
AWSPaymentCryptographyAsyncClient.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
Future<CreateKeyResult> |
AWSPaymentCryptographyAsync.createKeyAsync(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is
unique in your account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
CreateKeyRequest |
CreateKeyRequest.clone() |
CreateKeyRequest |
CreateKeyRequest.withEnabled(Boolean enabled)
Specifies whether to enable the key.
|
CreateKeyRequest |
CreateKeyRequest.withExportable(Boolean exportable)
Specifies whether the key is exportable from the service.
|
CreateKeyRequest |
CreateKeyRequest.withKeyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
CreateKeyRequest |
CreateKeyRequest.withKeyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
|
CreateKeyRequest |
CreateKeyRequest.withKeyCheckValueAlgorithm(String keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
|
CreateKeyRequest |
CreateKeyRequest.withTags(Collection<Tag> tags)
Assigns one or more tags to the Amazon Web Services Payment Cryptography key.
|
CreateKeyRequest |
CreateKeyRequest.withTags(Tag... tags)
Assigns one or more tags to the Amazon Web Services Payment Cryptography key.
|
Copyright © 2023. All rights reserved.