Uses of Class
io.getlime.security.powerauth.rest.api.base.encryption.PowerAuthEciesEncryption
| Package | Description |
|---|---|
| io.getlime.security.powerauth.rest.api.base.provider |
-
Uses of PowerAuthEciesEncryption in io.getlime.security.powerauth.rest.api.base.provider
Methods in io.getlime.security.powerauth.rest.api.base.provider that return PowerAuthEciesEncryption Modifier and Type Method Description <T> PowerAuthEciesEncryption<T>PowerAuthEncryptionProviderBase. decryptRequest(javax.servlet.http.HttpServletRequest request, Class<T> 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.base.provider with parameters of type PowerAuthEciesEncryption Modifier and Type Method Description EciesEncryptedResponsePowerAuthEncryptionProviderBase. encryptResponse(Object responseObject, PowerAuthEciesEncryption<?> eciesEncryption)Encrypt response using ECIES.