Uses of Class
io.getlime.security.powerauth.rest.api.base.encryption.PowerAuthEciesEncryption
-
Packages that use 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, java.lang.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 io.getlime.security.powerauth.rest.api.model.response.v3.EciesEncryptedResponsePowerAuthEncryptionProviderBase. encryptResponse(java.lang.Object responseObject, PowerAuthEciesEncryption eciesEncryption)Encrypt response using ECIES.
-