public final class StringEncryption extends Object
StringEncryption This is a utility program to encrypt a string| Modifier and Type | Field and Description |
|---|---|
static String |
ENCRYPTION_KEY |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
doDecode(String anEncodedText) |
static String |
doDecrypt(Key aKey,
byte[] anEncodedText) |
static String |
doEncode(byte[] anEncodedText) |
static String |
doOldDecrypt(Key aKey,
byte[] anEncodedText) |
static String |
getCipherTextDisplay(String aText) |
int |
getDefError() |
static String |
getEncryptionKey() |
static String |
getOldTextDisplay(String aText) |
static String |
getTextDisplay(String aText) |
static void |
main(String[] args) |
public static String ENCRYPTION_KEY
Copyright © 2020. All rights reserved.