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)static SDKEphemPubKeySDKEphemPubKey. fromJson(String jsonString)Create an instance of SDKEphemPubKey given an JSON stringSDKEphemPubKeyThreeDS2RequestData. getSdkEphemPubKey()Get sdkEphemPubKeySDKEphemPubKeyThreeDS2RequestFields. getSdkEphemPubKey()Get sdkEphemPubKeySDKEphemPubKeySDKEphemPubKey. kty(String kty)SDKEphemPubKeySDKEphemPubKey. x(String x)SDKEphemPubKeySDKEphemPubKey. y(String y)Methods in com.adyen.model.checkout with parameters of type SDKEphemPubKey Modifier and Type Method Description ThreeDS2RequestDataThreeDS2RequestData. sdkEphemPubKey(SDKEphemPubKey sdkEphemPubKey)ThreeDS2RequestFieldsThreeDS2RequestFields. sdkEphemPubKey(SDKEphemPubKey sdkEphemPubKey)voidThreeDS2RequestData. setSdkEphemPubKey(SDKEphemPubKey sdkEphemPubKey)sdkEphemPubKeyvoidThreeDS2RequestFields. setSdkEphemPubKey(SDKEphemPubKey sdkEphemPubKey)sdkEphemPubKey
-