@Deprecated public class StringEncrypter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StringEncrypter.EncryptionException
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DES_ENCRYPTION_SCHEME
Deprecated.
|
static String |
DESEDE_ENCRYPTION_SCHEME
Deprecated.
|
| Constructor and Description |
|---|
StringEncrypter(String encryptionScheme)
Deprecated.
|
StringEncrypter(String encryptionScheme,
String phrase)
Deprecated.
|
public static final String DESEDE_ENCRYPTION_SCHEME
public static final String DES_ENCRYPTION_SCHEME
public StringEncrypter(String encryptionScheme, String phrase) throws StringEncrypter.EncryptionException
public StringEncrypter(String encryptionScheme) throws StringEncrypter.EncryptionException
public String decrypt(String unencryptedString) throws StringEncrypter.EncryptionException
Copyright © 2016. All Rights Reserved.