Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.KeyOrigin
-
Packages that use KeyOrigin Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of KeyOrigin in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return KeyOrigin Modifier and Type Method Description static KeyOriginKeyOrigin. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyOriginKey. keyOrigin()The source of the key material.static KeyOriginKeyOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyOrigin[]KeyOrigin. 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 KeyOrigin Modifier and Type Method Description static Set<KeyOrigin>KeyOrigin. knownValues()Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type KeyOrigin Modifier and Type Method Description Key.BuilderKey.Builder. keyOrigin(KeyOrigin keyOrigin)The source of the key material.
-