Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.SessionKeyDerivationMode
-
Packages that use SessionKeyDerivationMode Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of SessionKeyDerivationMode in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return SessionKeyDerivationMode Modifier and Type Method Description static SessionKeyDerivationModeSessionKeyDerivationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SessionKeyDerivationModeMacAlgorithmEmv. sessionKeyDerivationMode()The method of deriving a session key for EMV MAC generation or verification.static SessionKeyDerivationModeSessionKeyDerivationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionKeyDerivationMode[]SessionKeyDerivationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type SessionKeyDerivationMode Modifier and Type Method Description static Set<SessionKeyDerivationMode>SessionKeyDerivationMode. knownValues()Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type SessionKeyDerivationMode Modifier and Type Method Description MacAlgorithmEmv.BuilderMacAlgorithmEmv.Builder. sessionKeyDerivationMode(SessionKeyDerivationMode sessionKeyDerivationMode)The method of deriving a session key for EMV MAC generation or verification.
-