Uses of Class
com.adyen.model.checkout.SDKEphemPubKey
-
Packages that use SDKEphemPubKey Package Description com.adyen.model.checkout -
-
Uses of SDKEphemPubKey in com.adyen.model.checkout
Methods in com.adyen.model.checkout 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()sdkEphemPubKeySDKEphemPubKeyThreeDS2RequestFields. 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.checkout with parameters of type SDKEphemPubKey Modifier and Type Method Description ThreeDS2RequestDataThreeDS2RequestData. sdkEphemPubKey(SDKEphemPubKey sdkEphemPubKey)sdkEphemPubKeyThreeDS2RequestFieldsThreeDS2RequestFields. sdkEphemPubKey(SDKEphemPubKey sdkEphemPubKey)sdkEphemPubKeyvoidThreeDS2RequestData. setSdkEphemPubKey(SDKEphemPubKey sdkEphemPubKey)sdkEphemPubKeyvoidThreeDS2RequestFields. setSdkEphemPubKey(SDKEphemPubKey sdkEphemPubKey)sdkEphemPubKey
-