public class Encryption
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHARSET |
| Constructor and Description |
|---|
Encryption() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
Decrypt(byte[] encrypted)
Software update library
|
static byte[] |
Encrypt(byte[] plain)
Software update library
|
public static final java.lang.String CHARSET