com.google.gwt.core.client.impl
Class Md5Digest

java.lang.Object
  extended by java.security.MessageDigestSpi
      extended by java.security.MessageDigest
          extended by com.google.gwt.core.client.impl.Md5Digest

public final class Md5Digest
extends java.security.MessageDigest

GWT implementation of MD5.


Constructor Summary
Md5Digest()
           
 
Method Summary
static byte[] toBytes(long n)
          Converts a long to a 8-byte array using low order first.
 
Methods inherited from class java.security.MessageDigest
clone, digest, digest, digest, getAlgorithm, getDigestLength, getInstance, getInstance, getInstance, getProvider, isEqual, reset, toString, update, update, update, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Md5Digest

public Md5Digest()
Method Detail

toBytes

public static byte[] toBytes(long n)
Converts a long to a 8-byte array using low order first.

Parameters:
n - A long.
Returns:
A byte[].