Class cryptiX.crypto.ShaHash
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptiX.crypto.ShaHash

java.lang.Object
   |
   +----cryptiX.crypto.CryptoUtils
           |
           +----cryptiX.crypto.Hash
                   |
                   +----cryptiX.crypto.ShaHash

public class ShaHash
extends Hash

Constructor Index

 o ShaHash()

Method Index

 o add(byte)
 o add(byte[], int, int)
 o main(String[])
 o prepare()
 o reset()

Constructors

 o ShaHash
  public ShaHash()

Methods

 o reset
  public void reset()
Overrides:
reset in class Hash
 o add
  public void add(byte b)
Overrides:
add in class Hash
 o add
  public void add(byte data[],
                  int off,
                  int len)
Overrides:
add in class Hash
 o prepare
  protected void prepare()
Overrides:
prepare in class Hash
 o main
  public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index