public class StringEncryptor extends Object
| Constructor and Description |
|---|
StringEncryptor(String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
decryptString(String value) |
String |
encryptString(String value) |
public StringEncryptor(String password)
public String encryptString(String value) throws IOException
IOExceptionpublic String decryptString(String value) throws IOException
IOExceptionCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.