public interface Cipher
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encryptedText,
String password)
Decrypts the encrypted text with password and returns clear text result.
|
String |
encrypt(String clearText,
String password)
Encrypts the clear text data with password and returns result.
|
String encrypt(String clearText, String password) throws PlexusCipherException
PlexusCipherExceptionString decrypt(String encryptedText, String password) throws PlexusCipherException
PlexusCipherExceptionCopyright © 2001–2024 Codehaus Plexus. All rights reserved.