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
PlexusCipherException
String decrypt(String encryptedText, String password) throws PlexusCipherException
PlexusCipherException
Copyright © 2001–2024 Codehaus Plexus. All rights reserved.