|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HashGenerator | |
---|---|
cs138.common |
Uses of HashGenerator in cs138.common |
---|
Methods in cs138.common that return HashGenerator | |
---|---|
static HashGenerator |
HashGenerator.getHashFactory(int byteLength,
int radix)
Creates and returns a HashFactory object using the default MessageDigest algorithm and the specified byte length and radix. |
static HashGenerator |
HashGenerator.getHashFactory(int byteLength,
int radix,
java.lang.String algorithm)
Creates and returns a HashFactory object using the specified MessageDigest algorithm, byte length, and radix. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |