| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyAttributes.Builder |
KeyAttributes.builder() |
KeyAttributes.Builder |
KeyAttributes.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm)
The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.
|
KeyAttributes.Builder |
KeyAttributes.Builder.keyAlgorithm(String keyAlgorithm)
The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.
|
KeyAttributes.Builder |
KeyAttributes.Builder.keyClass(KeyClass keyClass)
The type of Amazon Web Services Payment Cryptography key to create, which determines the classification of the
cryptographic method and whether Amazon Web Services Payment Cryptography key contains a symmetric key or an
asymmetric key pair.
|
KeyAttributes.Builder |
KeyAttributes.Builder.keyClass(String keyClass)
The type of Amazon Web Services Payment Cryptography key to create, which determines the classification of the
cryptographic method and whether Amazon Web Services Payment Cryptography key contains a symmetric key or an
asymmetric key pair.
|
default KeyAttributes.Builder |
KeyAttributes.Builder.keyModesOfUse(Consumer<KeyModesOfUse.Builder> keyModesOfUse)
The list of cryptographic operations that you can perform using the key.
|
KeyAttributes.Builder |
KeyAttributes.Builder.keyModesOfUse(KeyModesOfUse keyModesOfUse)
The list of cryptographic operations that you can perform using the key.
|
KeyAttributes.Builder |
KeyAttributes.Builder.keyUsage(KeyUsage keyUsage)
The cryptographic usage of an Amazon Web Services Payment Cryptography key as defined in section A.5.2 of the
TR-31 spec.
|
KeyAttributes.Builder |
KeyAttributes.Builder.keyUsage(String keyUsage)
The cryptographic usage of an Amazon Web Services Payment Cryptography key as defined in section A.5.2 of the
TR-31 spec.
|
KeyAttributes.Builder |
KeyAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends KeyAttributes.Builder> |
KeyAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Key.Builder |
Key.Builder.keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
default RootCertificatePublicKey.Builder |
RootCertificatePublicKey.Builder.keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
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.
|
default TrustedCertificatePublicKey.Builder |
TrustedCertificatePublicKey.Builder.keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
default KeySummary.Builder |
KeySummary.Builder.keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
Copyright © 2023. All rights reserved.