public class StringDecrypter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StringDecrypter.EncryptionException |
| Modifier and Type | Field and Description |
|---|---|
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
public StringDecrypter(String encryptionScheme, String phrase) throws StringDecrypter.EncryptionException
public String decrypt(String encryptedString) throws StringDecrypter.EncryptionException
Copyright © 2020. All Rights Reserved.