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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PublicKeyResponsePublicKeyResponse. publicKey(String publicKey)The public key you need for encrypting a symmetric session key.PublicKeyResponsePublicKeyResponse. publicKeyExpiryDate(String publicKeyExpiryDate)The expiry date of the public key. -
Uses of PublicKeyResponse in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return PublicKeyResponse Modifier and Type Method Description PublicKeyResponseManageCardPinApi. publicKey()Get an RSA public keyPublicKeyResponseManageCardPinApi. publicKey(String purpose, String format, RequestOptions requestOptions)Get an RSA public key
-