Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.SessionKeyDerivationValue.Builder
-
Packages that use SessionKeyDerivationValue.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of SessionKeyDerivationValue.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return SessionKeyDerivationValue.Builder Modifier and Type Method Description SessionKeyDerivationValue.BuilderSessionKeyDerivationValue.Builder. applicationCryptogram(String applicationCryptogram)The cryptogram provided by the terminal during transaction processing.SessionKeyDerivationValue.BuilderSessionKeyDerivationValue.Builder. applicationTransactionCounter(String applicationTransactionCounter)The transaction counter that is provided by the terminal during transaction processing.static SessionKeyDerivationValue.BuilderSessionKeyDerivationValue. builder()SessionKeyDerivationValue.BuilderSessionKeyDerivationValue. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type SessionKeyDerivationValue.Builder Modifier and Type Method Description static Class<? extends SessionKeyDerivationValue.Builder>SessionKeyDerivationValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type SessionKeyDerivationValue.Builder Modifier and Type Method Description default MacAlgorithmEmv.BuilderMacAlgorithmEmv.Builder. sessionKeyDerivationValue(Consumer<SessionKeyDerivationValue.Builder> sessionKeyDerivationValue)Parameters that are required to generate session key for EMV generation and verification.
-