Package de.uhilger.httpserver.auth.realm
Class Encoder
- java.lang.Object
-
- de.uhilger.httpserver.auth.realm.Encoder
-
public class Encoder extends Object
Encoder zur Kennwort-Verschluesselung
-
-
Constructor Summary
Constructors Constructor Description Encoder()
-
-
-
Method Detail
-
encode
public byte[] encode(String password) throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
-
bytesToHex
public String bytesToHex(byte[] bytes)
-
-