Uses of Class
io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthEciesEncryption
| Package | Description |
|---|---|
| io.getlime.security.powerauth.rest.api.spring.provider |
-
Uses of PowerAuthEciesEncryption in io.getlime.security.powerauth.rest.api.spring.provider
Methods in io.getlime.security.powerauth.rest.api.spring.provider that return PowerAuthEciesEncryption Modifier and Type Method Description PowerAuthEciesEncryptionPowerAuthEncryptionProviderBase. decryptRequest(javax.servlet.http.HttpServletRequest request, Type requestType, io.getlime.security.powerauth.crypto.lib.encryptor.ecies.model.EciesScope eciesScope)Decrypt HTTP request body and construct object with ECIES data.Methods in io.getlime.security.powerauth.rest.api.spring.provider with parameters of type PowerAuthEciesEncryption Modifier and Type Method Description EciesEncryptedResponsePowerAuthEncryptionProviderBase. encryptResponse(Object responseObject, PowerAuthEciesEncryption eciesEncryption)Encrypt response using ECIES.