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