| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyClass |
KeyClass.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
KeyClass |
KeyAttributes.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.
|
static KeyClass |
KeyClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyClass[] |
KeyClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<KeyClass> |
KeyClass.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.