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
IOException
public String decryptString(String value) throws IOException
IOException
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.