Uses of Class
com.adyen.model.terminal.security.SecurityKey
-
Packages that use SecurityKey Package Description com.adyen.service com.adyen.terminal.security -
-
Uses of SecurityKey in com.adyen.service
Methods in com.adyen.service with parameters of type SecurityKey Modifier and Type Method Description TerminalAPIResponseTerminalLocalAPI. request(TerminalAPIRequest terminalAPIRequest, SecurityKey securityKey)POST /sync API call -
Uses of SecurityKey in com.adyen.terminal.security
Methods in com.adyen.terminal.security with parameters of type SecurityKey Modifier and Type Method Description StringNexoCrypto. decrypt(SaleToPOISecuredMessage saleToPoiSecuredMessage, SecurityKey securityKey)SaleToPOISecuredMessageNexoCrypto. encrypt(String saleToPoiMessageJson, MessageHeader messageHeader, SecurityKey securityKey)
-