public class AESDecryptor extends Object
| Constructor and Description |
|---|
AESDecryptor() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decrypt(String encryptedSecret,
char[] cipherKey)
Decrypt and decrypt the encrypted values.
|
public static String decrypt(String encryptedSecret, char[] cipherKey) throws SSOAgentException
encryptedSecret - encrypted value.cipherKey - password used for encryption.SSOAgentException - If an error occurred.Copyright © 2021 WSO2. All rights reserved.