Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.KeyUsage
-
Packages that use KeyUsage Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of KeyUsage in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return KeyUsage Modifier and Type Method Description static KeyUsageKeyUsage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyUsageKeyAttributes. 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 KeyUsageKeyUsage. 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.Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type KeyUsage Modifier and Type Method Description static Set<KeyUsage>KeyUsage. knownValues()Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type KeyUsage Modifier and Type Method Description KeyAttributes.BuilderKeyAttributes.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.
-