org.postgresql.util
Class MD5Digest

java.lang.Object
  extended by org.postgresql.util.MD5Digest

public class MD5Digest
extends Object


Method Summary
static byte[] encode(byte[] user, byte[] password, byte[] salt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static byte[] encode(byte[] user,
                            byte[] password,
                            byte[] salt)


Copyright © 2013. All Rights Reserved.