public class EncryptionUtils extends Object
| Constructor and Description |
|---|
EncryptionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
doEncryption(Cipher cipher,
String plainTextPwd)
Encrypts plaintext values based on given cipher.
|
static Cipher |
initializeCipher(Properties properties)
Generates a cipher based on keystore information.
|
public static Cipher initializeCipher(Properties properties)
properties - keystore informationCopyright © 2020 WSO2. All rights reserved.