Uses of Class
io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthEncryptionException
| Package | Description |
|---|---|
| io.getlime.security.powerauth.rest.api.spring.encryption | |
| io.getlime.security.powerauth.rest.api.spring.provider |
-
Uses of PowerAuthEncryptionException in io.getlime.security.powerauth.rest.api.spring.encryption
Methods in io.getlime.security.powerauth.rest.api.spring.encryption that throw PowerAuthEncryptionException Modifier and Type Method Description PowerAuthNonPersonalizedEncryptorEncryptorFactory. buildNonPersonalizedEncryptor(io.getlime.core.rest.model.base.request.ObjectRequest<NonPersonalizedEncryptedPayloadModel> object)Return a new instance of a non-personalized encryptor.PowerAuthNonPersonalizedEncryptorEncryptorFactory. buildNonPersonalizedEncryptor(String applicationKeyBase64, String sessionIndexBase64, String ephemeralPublicKeyBase64)Return a new instance of a non-personalized encryptor. -
Uses of PowerAuthEncryptionException in io.getlime.security.powerauth.rest.api.spring.provider
Methods in io.getlime.security.powerauth.rest.api.spring.provider that throw PowerAuthEncryptionException 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.PowerAuthEciesDecryptorParametersPowerAuthEncryptionProvider. getEciesDecryptorParameters(String activationId, String applicationKey, String ephemeralPublicKey)abstract PowerAuthEciesDecryptorParametersPowerAuthEncryptionProviderBase. getEciesDecryptorParameters(String activationId, String applicationKey, String ephemeralPublicKey)Get ECIES decryptor parameters from PowerAuth server.