Package com.adyen.model.checkout
Class SDKEphemPubKey
- java.lang.Object
-
- com.adyen.model.checkout.SDKEphemPubKey
-
public class SDKEphemPubKey extends Object
-
-
Constructor Summary
Constructors Constructor Description SDKEphemPubKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SDKEphemPubKeycrv(String crv)booleanequals(Object o)StringgetCrv()The `crv` value as received from the 3D Secure 2 SDK.StringgetKty()The `kty` value as received from the 3D Secure 2 SDK.StringgetX()The `x` value as received from the 3D Secure 2 SDK.StringgetY()The `y` value as received from the 3D Secure 2 SDK.inthashCode()SDKEphemPubKeykty(String kty)voidsetCrv(String crv)voidsetKty(String kty)voidsetX(String x)voidsetY(String y)StringtoString()SDKEphemPubKeyx(String x)SDKEphemPubKeyy(String y)
-
-
-
Method Detail
-
crv
public SDKEphemPubKey crv(String crv)
-
getCrv
public String getCrv()
The `crv` value as received from the 3D Secure 2 SDK.- Returns:
- crv
-
setCrv
public void setCrv(String crv)
-
kty
public SDKEphemPubKey kty(String kty)
-
getKty
public String getKty()
The `kty` value as received from the 3D Secure 2 SDK.- Returns:
- kty
-
setKty
public void setKty(String kty)
-
x
public SDKEphemPubKey x(String x)
-
getX
public String getX()
The `x` value as received from the 3D Secure 2 SDK.- Returns:
- x
-
setX
public void setX(String x)
-
y
public SDKEphemPubKey y(String y)
-
getY
public String getY()
The `y` value as received from the 3D Secure 2 SDK.- Returns:
- y
-
setY
public void setY(String y)
-
-