public class Encryption extends Object
| Constructor and Description |
|---|
Encryption() |
| Modifier and Type | Method and Description |
|---|---|
static String |
asHex(byte[] buf) |
static String |
decryptAES(String cipherTekst) |
static String |
encryptAES(String message) |
static byte[] |
md5Encrypt(String x) |
static byte[] |
sha1Encrypt(String x) |
public static String asHex(byte[] buf)
Copyright © 2017 B3Partners B.V.. All rights reserved.