edu.vt.middleware.crypt.digest
Class SHA384
java.lang.Object
edu.vt.middleware.crypt.AbstractAlgorithm
edu.vt.middleware.crypt.AbstractRandomizableAlgorithm
edu.vt.middleware.crypt.digest.DigestAlgorithm
edu.vt.middleware.crypt.digest.SHA384
- All Implemented Interfaces:
- Algorithm, Randomizable, Cloneable
public class SHA384
- extends DigestAlgorithm
SHA384 contains functions for hashing data using the SHA-384
algorithm. This algorithm outputs a 384 bit hash.
- Version:
- $Revision: 2744 $
- Author:
- Middleware Services
|
Constructor Summary |
SHA384()
Creates an uninitialized instance of an SHA384 digest. |
SHA384(boolean randomize)
Creates a new SHA384 digest that may optionally be initialized with random
data. |
SHA384(byte[] salt)
Creates a new SHA384 digest and initializes it with the given salt. |
SHA384
public SHA384()
- Creates an uninitialized instance of an SHA384 digest.
SHA384
public SHA384(boolean randomize)
- Creates a new SHA384 digest that may optionally be initialized with random
data.
- Parameters:
randomize - True to randomize initial state of digest, false
otherwise.
SHA384
public SHA384(byte[] salt)
- Creates a new SHA384 digest and initializes it with the given salt.
- Parameters:
salt - Salt data used to initialize digest computation.
Copyright © 2003-2013 Virginia Tech. All Rights Reserved.