Class PowerAuthEncryptionProvider
java.lang.Object
io.getlime.security.powerauth.rest.api.base.provider.PowerAuthEncryptionProviderBase
io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthEncryptionProvider
@Component public class PowerAuthEncryptionProvider extends PowerAuthEncryptionProviderBase
Implementation of PowerAuth encryption provider.
- Author:
- Roman Strobl, roman.strobl@wultra.com
-
Constructor Summary
Constructors Constructor Description PowerAuthEncryptionProvider() -
Method Summary
Modifier and Type Method Description PowerAuthEciesDecryptorParametersgetEciesDecryptorParameters(java.lang.String activationId, java.lang.String applicationKey, java.lang.String ephemeralPublicKey)voidsetPowerAuthClient(com.wultra.security.powerauth.client.PowerAuthClient powerAuthClient)Methods inherited from class io.getlime.security.powerauth.rest.api.base.provider.PowerAuthEncryptionProviderBase
decryptRequest, encryptResponseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PowerAuthEncryptionProvider
public PowerAuthEncryptionProvider()
-
-
Method Details
-
setPowerAuthClient
@Autowired public void setPowerAuthClient(com.wultra.security.powerauth.client.PowerAuthClient powerAuthClient) -
getEciesDecryptorParameters
public PowerAuthEciesDecryptorParameters getEciesDecryptorParameters(java.lang.String activationId, java.lang.String applicationKey, java.lang.String ephemeralPublicKey) throws PowerAuthEncryptionException- Specified by:
getEciesDecryptorParametersin classPowerAuthEncryptionProviderBase- Throws:
PowerAuthEncryptionException
-