net.ontopia.net
Class MD5

java.lang.Object
  extended by net.ontopia.net.MD5

public class MD5
extends Object


Constructor Summary
MD5()
           
 
Method Summary
 String getDigest(InputStream istream)
          INTERNAL:
static void main(String[] args)
           
 void md5final(byte[] digest)
           
 void update(byte[] newbuf)
           
 void update(byte[] newbuf, int length)
           
 void update(byte[] newbuf, int bufstart, int buflen)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD5

public MD5()
Method Detail

update

public void update(byte[] newbuf)

update

public void update(byte[] newbuf,
                   int length)

update

public void update(byte[] newbuf,
                   int bufstart,
                   int buflen)

md5final

public void md5final(byte[] digest)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

getDigest

public String getDigest(InputStream istream)
                 throws Exception
INTERNAL:

Throws:
Exception


Copyright © 2000-2012 Ontopia.