Class PowerAuthEciesDecryptorParameters
- java.lang.Object
-
- io.getlime.security.powerauth.rest.api.base.encryption.PowerAuthEciesDecryptorParameters
-
public class PowerAuthEciesDecryptorParameters extends java.lang.ObjectClass used for storing ECIES decryptor parameters.- Author:
- Roman Strobl, roman.strobl@wultra.com
-
-
Constructor Summary
Constructors Constructor Description PowerAuthEciesDecryptorParameters(java.lang.String secretKey, java.lang.String sharedInfo2)Constructor with secretKey and sharedInfo2.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSecretKey()Get ECIES secret key.java.lang.StringgetSharedInfo2()Get parameter sharedInfo2 for ECIES.
-