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