| 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.
|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateKeyResponse |
PaymentCryptographyClient.createKey(Consumer<CreateKeyRequest.Builder> 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.
|
default CompletableFuture<CreateKeyResponse> |
PaymentCryptographyAsyncClient.createKey(Consumer<CreateKeyRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateKeyRequest.Builder |
CreateKeyRequest.builder() |
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.enabled(Boolean enabled)
Specifies whether to enable the key.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.exportable(Boolean exportable)
Specifies whether the key is exportable from the service.
|
default CreateKeyRequest.Builder |
CreateKeyRequest.Builder.keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.keyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV) for
DES and AES keys.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.keyCheckValueAlgorithm(String keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV) for
DES and AES keys.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.tags(Collection<Tag> tags)
The tags to attach to the key.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to attach to the key.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.tags(Tag... tags)
The tags to attach to the key.
|
CreateKeyRequest.Builder |
CreateKeyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateKeyRequest.Builder> |
CreateKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.