All Implemented Interfaces:
Algorithm, Randomizable, Cloneable

public class Whirlpool extends DigestAlgorithm
Implementation of Whirlpool message digest algorithm.
Version:
$Revision: 2744 $
Author:
Middleware Services
  • Constructor Details

    • Whirlpool

      public Whirlpool()
      Creates an uninitialized instance of an Whirlpool digest.
    • Whirlpool

      public Whirlpool(boolean randomize)
      Creates a new Whirlpool digest that may optionally be initialized with random data.
      Parameters:
      randomize - True to randomize initial state of digest, false otherwise.
    • Whirlpool

      public Whirlpool(byte[] salt)
      Creates a new Whirlpool digest and initializes it with the given salt.
      Parameters:
      salt - Salt data used to initialize digest computation.