public class AsymmetricCipher extends Object implements CipherMode
| Constructor and Description |
|---|
AsymmetricCipher(KeyStore keyStore) |
AsymmetricCipher(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 asymmetric encryption.
|
public AsymmetricCipher(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.