@Component public class IdAuthTransactionManager extends Object
| Constructor and Description |
|---|
IdAuthTransactionManager() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encryptWithSalt(byte[] dataToEncrypt,
byte[] saltToEncrypt)
Encryption of data by making rest call to kernel-cryptomanager with salt.
|
String |
getUser()
provides the user id.
|
public String getUser()
public byte[] encryptWithSalt(byte[] dataToEncrypt,
byte[] saltToEncrypt)
throws IdAuthenticationBusinessException
dataToEncrypt - the data to encryptsaltToEncrypt - the salt to encryptIdAuthenticationBusinessException - the id authentication business exceptionCopyright © 2020. All rights reserved.