Uses of Class
com.adyen.model.payments.SDKEphemPubKey
-
Packages that use SDKEphemPubKey Package Description com.adyen.model.payments -
-
Uses of SDKEphemPubKey in com.adyen.model.payments
Methods in com.adyen.model.payments 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 sdkEphemPubKeySDKEphemPubKeySDKEphemPubKey. kty(String kty)SDKEphemPubKeySDKEphemPubKey. x(String x)SDKEphemPubKeySDKEphemPubKey. y(String y)Methods in com.adyen.model.payments with parameters of type SDKEphemPubKey Modifier and Type Method Description ThreeDS2RequestDataThreeDS2RequestData. sdkEphemPubKey(SDKEphemPubKey sdkEphemPubKey)voidThreeDS2RequestData. setSdkEphemPubKey(SDKEphemPubKey sdkEphemPubKey)
-