| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
KeyAttributes |
KeyAttributes.clone() |
KeyAttributes |
ImportKeyCryptogram.getKeyAttributes() |
KeyAttributes |
TrustedCertificatePublicKey.getKeyAttributes()
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
KeyAttributes |
RootCertificatePublicKey.getKeyAttributes()
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
KeyAttributes |
KeySummary.getKeyAttributes()
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
KeyAttributes |
CreateKeyRequest.getKeyAttributes()
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
KeyAttributes |
Key.getKeyAttributes()
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
KeyAttributes |
KeyAttributes.withKeyAlgorithm(KeyAlgorithm keyAlgorithm)
The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.
|
KeyAttributes |
KeyAttributes.withKeyAlgorithm(String keyAlgorithm)
The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.
|
KeyAttributes |
KeyAttributes.withKeyClass(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 |
KeyAttributes.withKeyClass(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.
|
KeyAttributes |
KeyAttributes.withKeyModesOfUse(KeyModesOfUse keyModesOfUse)
The list of cryptographic operations that you can perform using the key.
|
KeyAttributes |
KeyAttributes.withKeyUsage(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 |
KeyAttributes.withKeyUsage(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportKeyCryptogram.setKeyAttributes(KeyAttributes keyAttributes) |
void |
TrustedCertificatePublicKey.setKeyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
void |
RootCertificatePublicKey.setKeyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
void |
KeySummary.setKeyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
void |
CreateKeyRequest.setKeyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
void |
Key.setKeyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
ImportKeyCryptogram |
ImportKeyCryptogram.withKeyAttributes(KeyAttributes keyAttributes) |
TrustedCertificatePublicKey |
TrustedCertificatePublicKey.withKeyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
RootCertificatePublicKey |
RootCertificatePublicKey.withKeyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
KeySummary |
KeySummary.withKeyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
CreateKeyRequest |
CreateKeyRequest.withKeyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
Key |
Key.withKeyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
Copyright © 2024. All rights reserved.