Uses of Class
com.adyen.model.payment.SDKEphemPubKey
-
Packages that use SDKEphemPubKey Package Description com.adyen.model.payment -
-
Uses of SDKEphemPubKey in com.adyen.model.payment
Methods in com.adyen.model.payment that return SDKEphemPubKey Modifier and Type Method Description SDKEphemPubKeySDKEphemPubKey. crv(String crv)The `crv` value as received from the 3D Secure 2 SDK.static SDKEphemPubKeySDKEphemPubKey. fromJson(String jsonString)Create an instance of SDKEphemPubKey given an JSON stringSDKEphemPubKeyThreeDS2RequestData. getSdkEphemPubKey()sdkEphemPubKeySDKEphemPubKeySDKEphemPubKey. kty(String kty)The `kty` value as received from the 3D Secure 2 SDK.SDKEphemPubKeySDKEphemPubKey. x(String x)The `x` value as received from the 3D Secure 2 SDK.SDKEphemPubKeySDKEphemPubKey. y(String y)The `y` value as received from the 3D Secure 2 SDK.Methods in com.adyen.model.payment with parameters of type SDKEphemPubKey Modifier and Type Method Description ThreeDS2RequestDataThreeDS2RequestData. sdkEphemPubKey(SDKEphemPubKey sdkEphemPubKey)sdkEphemPubKeyvoidThreeDS2RequestData. setSdkEphemPubKey(SDKEphemPubKey sdkEphemPubKey)sdkEphemPubKey
-