edu.vt.middleware.crypt.digest
Class Tiger
java.lang.Object
edu.vt.middleware.crypt.AbstractAlgorithm
edu.vt.middleware.crypt.AbstractRandomizableAlgorithm
edu.vt.middleware.crypt.digest.DigestAlgorithm
edu.vt.middleware.crypt.digest.Tiger
- All Implemented Interfaces:
- Algorithm, Randomizable, Cloneable
public class Tiger
- extends DigestAlgorithm
Tiger contains functions for hashing data using the Tiger
algorithm. This algorithm outputs a 192 bit hash.
- Version:
- $Revision: 2744 $
- Author:
- Middleware Services
|
Constructor Summary |
Tiger()
Creates an uninitialized instance of an Tiger digest. |
Tiger(boolean randomize)
Creates a new Tiger digest that may optionally be initialized with random
data. |
Tiger(byte[] salt)
Creates a new Tiger digest and initializes it with the given salt. |
Tiger
public Tiger()
- Creates an uninitialized instance of an Tiger digest.
Tiger
public Tiger(boolean randomize)
- Creates a new Tiger digest that may optionally be initialized with random
data.
- Parameters:
randomize - True to randomize initial state of digest, false
otherwise.
Tiger
public Tiger(byte[] salt)
- Creates a new Tiger 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.