public final class EncryptionUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decrypt(byte[] encryptedData,
byte[] key) |
static String |
decrypt(String encryptedData,
String key) |
static byte[] |
encrypt(byte[] rawData,
byte[] key) |
static String |
encrypt(String rawData,
String key) |
Copyright © 2021. All rights reserved.