Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.MajorKeyDerivationMode
-
Packages that use MajorKeyDerivationMode Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of MajorKeyDerivationMode in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return MajorKeyDerivationMode Modifier and Type Method Description static MajorKeyDerivationModeMajorKeyDerivationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MajorKeyDerivationModeMacAlgorithmEmv. majorKeyDerivationMode()The method to use when deriving the master key for EMV MAC generation or verification.MajorKeyDerivationModeVerifyAuthRequestCryptogramRequest. majorKeyDerivationMode()The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography.static MajorKeyDerivationModeMajorKeyDerivationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MajorKeyDerivationMode[]MajorKeyDerivationMode. 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 MajorKeyDerivationMode Modifier and Type Method Description static Set<MajorKeyDerivationMode>MajorKeyDerivationMode. knownValues()Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type MajorKeyDerivationMode Modifier and Type Method Description MacAlgorithmEmv.BuilderMacAlgorithmEmv.Builder. majorKeyDerivationMode(MajorKeyDerivationMode majorKeyDerivationMode)The method to use when deriving the master key for EMV MAC generation or verification.VerifyAuthRequestCryptogramRequest.BuilderVerifyAuthRequestCryptogramRequest.Builder. majorKeyDerivationMode(MajorKeyDerivationMode majorKeyDerivationMode)The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography.
-