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