Class java.crypt.MessageHash
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.crypt.MessageHash

java.crypt.MessageHash

public class MessageHash
this class reprosents the output from a message digestor in a form where the type and be asertained.

Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/) All rights reserved.


Constructor Index

 o MessageHash(byte[])
You can not create an instance of this object

Method Index

 o length()
 o toByteArray()

Constructors

 o MessageHash
  protected MessageHash(byte hash0[])
You can not create an instance of this object
See Also:
HashSHA, HashMD5

Methods

 o toByteArray
  public final byte[] toByteArray()
Returns:
the hash as a new byte array.
 o length
  public final int length()
Returns:
the hash length.

All Packages  Class Hierarchy  This Package  Previous  Next  Index