public class SdkDataInput extends Object
Constructor and Description |
---|
SdkDataInput() |
Modifier and Type | Method and Description |
---|---|
DeviceRenderOptions |
getDeviceRenderOptions()
Object containing rendering options of the device.
|
String |
getSdkAppId()
Universally unique ID created upon all installations and updates of your app on a c Device.
|
String |
getSdkEncryptedData()
JWE Object containing data encrypted by the 3-D Secure SDK
|
String |
getSdkEphemeralPublicKey()
Public key component of the ephemeral key pair generated by the 3-D Secure SDK and used to establish session keys between the 3-D Secure SDK and ACS.
|
String |
getSdkMaxTimeout()
Indicates maximum amount of time (in minutes) for all exchanges.
|
String |
getSdkReferenceNumber()
Identifies the vendor and version for the 3-D Secure SDK that is integrated in your app, assigned by EMVCo when the 3-D Secure SDK is approved.
|
String |
getSdkTransactionId()
Universally unique transaction identifier assigned by the 3-D Secure SDK to identify a single transaction.
|
void |
setDeviceRenderOptions(DeviceRenderOptions value)
Object containing rendering options of the device.
|
void |
setSdkAppId(String value)
Universally unique ID created upon all installations and updates of your app on a c Device.
|
void |
setSdkEncryptedData(String value)
JWE Object containing data encrypted by the 3-D Secure SDK
|
void |
setSdkEphemeralPublicKey(String value)
Public key component of the ephemeral key pair generated by the 3-D Secure SDK and used to establish session keys between the 3-D Secure SDK and ACS.
|
void |
setSdkMaxTimeout(String value)
Indicates maximum amount of time (in minutes) for all exchanges.
|
void |
setSdkReferenceNumber(String value)
Identifies the vendor and version for the 3-D Secure SDK that is integrated in your app, assigned by EMVCo when the 3-D Secure SDK is approved.
|
void |
setSdkTransactionId(String value)
Universally unique transaction identifier assigned by the 3-D Secure SDK to identify a single transaction.
|
public DeviceRenderOptions getDeviceRenderOptions()
public void setDeviceRenderOptions(DeviceRenderOptions value)
public String getSdkAppId()
public void setSdkAppId(String value)
public String getSdkEncryptedData()
public void setSdkEncryptedData(String value)
public String getSdkEphemeralPublicKey()
public void setSdkEphemeralPublicKey(String value)
public String getSdkMaxTimeout()
public void setSdkMaxTimeout(String value)
public String getSdkReferenceNumber()
public void setSdkReferenceNumber(String value)
public String getSdkTransactionId()
public void setSdkTransactionId(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.