Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
jsdsi.Hash

Uses of Hash in jsdsi
 

Fields in jsdsi declared as Hash
private  Hash ObjectHash.hash
          The Hash of this ObjectHash.
private  Hash PublicKeyHash.hash
          The hash.
private  Hash Signature.signee
          The signed hash.
 

Methods in jsdsi that return Hash
 Hash ObjectHash.getHash()
          Returns the Hash of this ObjectHash.
static Hash Hash.parseHash(SexpList l)
          Parses an SexpList that holds a Hash and returns a Hash of this.
 Hash PublicKeyHash.getHash()
          Returns the hash.
 Hash Signature.getSignee()
          Returns the hash signed.
 

Constructors in jsdsi with parameters of type Hash
ObjectHash(Hash h)
          The Hash of this ObjectHash.
PublicKeyHash(Hash h)
          Creates a new PublicKeyHash.
Signature(Principal i, Hash h, java.lang.String a, byte[] d)
          Creates a new Signature for a given principal, Hash, algorithm-name, and byte array.