public class StringEncrypter extends Object
http://www.devx.com/Java/10MinuteSolution/21385/0/page/1| Modifier and Type | Class and Description |
|---|---|
static class |
StringEncrypter.EncryptionException |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ENCRYPTION_KEY |
static String |
DES_ENCRYPTION_SCHEME |
static String |
DESEDE_ENCRYPTION_SCHEME |
| Constructor and Description |
|---|
StringEncrypter(String encryptionScheme) |
StringEncrypter(String encryptionScheme,
String encryptionKey) |
public static final String DESEDE_ENCRYPTION_SCHEME
public static final String DES_ENCRYPTION_SCHEME
public static final String DEFAULT_ENCRYPTION_KEY
public StringEncrypter(String encryptionScheme) throws StringEncrypter.EncryptionException
public StringEncrypter(String encryptionScheme, String encryptionKey) throws StringEncrypter.EncryptionException
public String decrypt(String encryptedString) throws StringEncrypter.EncryptionException
Copyright © 2015. All Rights Reserved.