Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.SessionKeyDerivationValue
-
Packages that use SessionKeyDerivationValue Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of SessionKeyDerivationValue in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return SessionKeyDerivationValue Modifier and Type Method Description static SessionKeyDerivationValueSessionKeyDerivationValue. fromApplicationCryptogram(String applicationCryptogram)Create an instance of this class withapplicationCryptogram()initialized to the given value.static SessionKeyDerivationValueSessionKeyDerivationValue. fromApplicationTransactionCounter(String applicationTransactionCounter)Create an instance of this class withapplicationTransactionCounter()initialized to the given value.SessionKeyDerivationValueMacAlgorithmEmv. sessionKeyDerivationValue()Parameters that are required to generate session key for EMV generation and verification.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type SessionKeyDerivationValue Modifier and Type Method Description MacAlgorithmEmv.BuilderMacAlgorithmEmv.Builder. sessionKeyDerivationValue(SessionKeyDerivationValue sessionKeyDerivationValue)Parameters that are required to generate session key for EMV generation and verification.
-