public interface CipherMode
| Modifier and Type | Method and Description |
|---|---|
String |
doDecryption(String cipherText)
Decrypt cipher text into plain text using decryption.
|
String |
doEncryption(String plainText)
Encrypt plain text using encryption.
|
Copyright © 2026 WSO2. All rights reserved.