public class StringEncoder extends Object
| Constructor and Description |
|---|
StringEncoder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String cryptedText,
String symmetricAlgorithm,
byte[] key) |
static String |
encode(String plainText,
String symmetricAlgorithm,
byte[] key) |
Copyright © 2018. All rights reserved.