| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyUsage |
KeyUsage.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
KeyUsage |
KeyAttributes.keyUsage()
The cryptographic usage of an Amazon Web Services Payment Cryptography key as defined in section A.5.2 of the
TR-31 spec.
|
static KeyUsage |
KeyUsage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyUsage[] |
KeyUsage.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<KeyUsage> |
KeyUsage.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.