public class StringEncrypter extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String str) |
static String |
decryptString(String encryptedString,
char[] encryptionKey) |
String |
encrypt(String str) |
static String |
encryptString(String unencryptedString,
char[] encryptionKey) |
Copyright © 2021. All rights reserved.