Package com.onlinepayments.domain
Class MobileThreeDSecureChallengeParameters
java.lang.Object
com.onlinepayments.domain.MobileThreeDSecureChallengeParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier assigned by the EMVCo Secretariat upon testing and approval.Contains the JWS object created by the ACS for the challenge (ARes).The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer).The 3-D Secure version 2 transaction ID that is used for the 3D AuthenticationvoidsetAcsReferenceNumber(String value) The unique identifier assigned by the EMVCo Secretariat upon testing and approval.voidsetAcsSignedContent(String value) Contains the JWS object created by the ACS for the challenge (ARes).voidsetAcsTransactionId(String value) The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer).voidThe 3-D Secure version 2 transaction ID that is used for the 3D AuthenticationwithAcsReferenceNumber(String value) The unique identifier assigned by the EMVCo Secretariat upon testing and approval.withAcsSignedContent(String value) Contains the JWS object created by the ACS for the challenge (ARes).withAcsTransactionId(String value) The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer).The 3-D Secure version 2 transaction ID that is used for the 3D Authentication
-
Constructor Details
-
MobileThreeDSecureChallengeParameters
public MobileThreeDSecureChallengeParameters()
-
-
Method Details
-
getAcsReferenceNumber
The unique identifier assigned by the EMVCo Secretariat upon testing and approval. -
setAcsReferenceNumber
The unique identifier assigned by the EMVCo Secretariat upon testing and approval. -
withAcsReferenceNumber
The unique identifier assigned by the EMVCo Secretariat upon testing and approval. -
getAcsSignedContent
Contains the JWS object created by the ACS for the challenge (ARes). -
setAcsSignedContent
Contains the JWS object created by the ACS for the challenge (ARes). -
withAcsSignedContent
Contains the JWS object created by the ACS for the challenge (ARes). -
getAcsTransactionId
The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer). -
setAcsTransactionId
The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer). -
withAcsTransactionId
The ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer). -
getThreeDServerTransactionId
The 3-D Secure version 2 transaction ID that is used for the 3D Authentication -
setThreeDServerTransactionId
The 3-D Secure version 2 transaction ID that is used for the 3D Authentication -
withThreeDServerTransactionId
The 3-D Secure version 2 transaction ID that is used for the 3D Authentication
-