List of usage examples for java.security MessageDigestSpi subclass-usage
From source file MD4.java
/**
* MD4.java - An implementation of Ron Rivest's MD4 message digest algorithm.
* The MD4 algorithm is designed to be quite fast on 32-bit machines. In
* addition, the MD4 algorithm does not require any large substitution
* tables.
*
From source file SHAInterleave.java
/** The SHA_Interleave algorithm as described in section 3.1 of RFC2945. This
needs an SHA MessageDigest provider to function.
@author Scott.Stark@jboss.org
@version $Revision: 85945 $
*/
From source file SHAReverseInterleave.java
/** An alternate SHA Interleave algorithm as implemented in the SRP
distribution. This version reverses the even and odd byte streams before
performing the SHA digest.
This product includes software developed by Tom Wu and Eugene
Jhong for the SRP Distribution (http://srp.stanford.edu/srp/).