Uses of Class
com.adyen.security.clouddevice.NexoSecurityException
-
Packages that use NexoSecurityException Package Description com.adyen.security.clouddevice com.adyen.service.clouddevice -
-
Uses of NexoSecurityException in com.adyen.security.clouddevice
Methods in com.adyen.security.clouddevice that throw NexoSecurityException Modifier and Type Method Description StringNexoSecurityManager. decrypt(SaleToPOISecuredMessage saleToPoiSecuredMessage)Decrypts the SaleToPOI secured message.SaleToPOISecuredMessageNexoSecurityManager. encrypt(String saleToPoiMessageJson, MessageHeader messageHeader)Encrypts the SaleToPOI message using the provided message header and security key.Constructors in com.adyen.security.clouddevice that throw NexoSecurityException Constructor Description NexoSecurityManager(EncryptionCredentialDetails encryptionCredentialDetails) -
Uses of NexoSecurityException in com.adyen.service.clouddevice
Methods in com.adyen.service.clouddevice that throw NexoSecurityException Modifier and Type Method Description CloudDeviceApiAsyncResponseEncryptedCloudDeviceApi. async(String merchantAccount, String deviceId, CloudDeviceApiRequest cloudDeviceApiRequest)Send an asynchronous encrypted request.StringEncryptedCloudDeviceApi. decryptNotification(String payload)Decrypt an event notification.CloudDeviceApiResponseEncryptedCloudDeviceApi. sync(String merchantAccount, String deviceId, CloudDeviceApiRequest cloudDeviceApiRequest)Send a synchronous encrypted request.Constructors in com.adyen.service.clouddevice that throw NexoSecurityException Constructor Description EncryptedCloudDeviceApi(Client client, EncryptionCredentialDetails encryptionCredentialDetails)EncryptedCloudDeviceApi constructor.EncryptedCloudDeviceApi(Client client, String baseURL, EncryptionCredentialDetails encryptionCredentialDetails)EncryptedCloudDeviceApi constructor with a custom base URL for routing or testing purposes.
-