public class SymmetricCipher extends Object implements CipherMode
| Constructor and Description |
|---|
SymmetricCipher(KeyStore keyStore) |
SymmetricCipher(KeyStore keyStore,
String keyAlias) |
| Modifier and Type | Method and Description |
|---|---|
String |
doDecryption(String cipherText)
Decrypt encrypted text using encryption.
|
String |
doEncryption(String plainText)
Encrypt plain text using encryption.
|
public SymmetricCipher(KeyStore keyStore)
public String doEncryption(String plainText)
doEncryption in interface CipherModeplainText - Plain text password.public String doDecryption(String cipherText)
doDecryption in interface CipherModecipherText - Encrypted password.Copyright © 2026 WSO2. All rights reserved.