Uses of Class
io.getlime.security.powerauth.rest.api.base.exception.PowerAuthEncryptionException
| Package | Description |
|---|---|
| io.getlime.security.powerauth.rest.api.base.provider |
-
Uses of PowerAuthEncryptionException in io.getlime.security.powerauth.rest.api.base.provider
Methods in io.getlime.security.powerauth.rest.api.base.provider that throw PowerAuthEncryptionException 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.abstract PowerAuthEciesDecryptorParametersPowerAuthEncryptionProviderBase. getEciesDecryptorParameters(String activationId, String applicationKey, String ephemeralPublicKey)Get ECIES decryptor parameters from PowerAuth server.