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)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.payment with parameters of type SDKEphemPubKey Modifier and Type Method Description ThreeDS2RequestDataThreeDS2RequestData. sdkEphemPubKey(SDKEphemPubKey sdkEphemPubKey)voidThreeDS2RequestData. setSdkEphemPubKey(SDKEphemPubKey sdkEphemPubKey)sdkEphemPubKey
-