Package nl.b3p.commons.encryption
Class Encryption
- java.lang.Object
-
- nl.b3p.commons.encryption.Encryption
-
public class Encryption extends Object
- Author:
- Rolf
-
-
Constructor Summary
Constructors Constructor Description Encryption()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
asHex
public static String asHex(byte[] buf)
-
-