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 StringasHex(byte[] buf)static StringdecryptAES(String cipherTekst)static StringencryptAES(String message)static byte[]md5Encrypt(String x)static byte[]sha1Encrypt(String x)
-
-
-
Method Detail
-
asHex
public static String asHex(byte[] buf)
-
-