Uses of Class
com.adyen.model.balanceplatform.PublicKeyResponse
-
Packages that use PublicKeyResponse Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of PublicKeyResponse in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PublicKeyResponse Modifier and Type Method Description static PublicKeyResponsePublicKeyResponse. fromJson(String jsonString)Create an instance of PublicKeyResponse given an JSON stringPublicKeyResponsePublicKeyResponse. publicKey(String publicKey)PublicKeyResponsePublicKeyResponse. publicKeyExpiryDate(String publicKeyExpiryDate) -
Uses of PublicKeyResponse in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return PublicKeyResponse Modifier and Type Method Description PublicKeyResponsePinFunctionalityApi. getRsaPublickey()Get RSA publicKeyPublicKeyResponsePinFunctionalityApi. getRsaPublickey(String purpose, String format, RequestOptions requestOptions)Get RSA publicKeyPublicKeyResponseManageCardPinApi. publicKey()Get an RSA public keyPublicKeyResponseManageCardPinApi. publicKey(String purpose, String format, RequestOptions requestOptions)Get an RSA public key
-