Package com.adyen.model
Class SDKEphemPubKey
- java.lang.Object
-
- com.adyen.model.SDKEphemPubKey
-
public class SDKEphemPubKey extends Object
SDKEphemPubKey
-
-
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()StringgetKty()StringgetX()StringgetY()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()
-
setCrv
public void setCrv(String crv)
-
kty
public SDKEphemPubKey kty(String kty)
-
getKty
public String getKty()
-
setKty
public void setKty(String kty)
-
x
public SDKEphemPubKey x(String x)
-
getX
public String getX()
-
setX
public void setX(String x)
-
y
public SDKEphemPubKey y(String y)
-
getY
public String getY()
-
setY
public void setY(String y)
-
-