public class CryptoHelper extends Object
| Constructor and Description |
|---|
CryptoHelper() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decodeBase64(String base64String) |
static String |
encodeBase64(byte[] data) |
static byte[] |
generateRandomSeed(int length) |
static byte[] |
sha1(byte[] data) |
Copyright © 2018. All rights reserved.