|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hash | |
jsdsi |
Uses of Hash in jsdsi |
Methods in jsdsi that return Hash | |
static Hash |
Hash.create(DigestAlgoEnum a,
byte[] d,
java.net.URI[] u)
Creates a new Hash using a given algorithm name, a
value to hash, and an array of URIs. |
static Hash |
Hash.create(DigestAlgoEnum a,
java.io.InputStream is,
java.net.URI[] u)
Creates a new Hash of the data from the given
InputStream, using the given algorithm |
static Hash |
Hash.create(java.lang.String a,
byte[] d,
java.net.URI[] u)
Deprecated. use create(jsdsi.util.DigestAlgoEnum, byte[], java.net.URI[]) |
static Hash |
Hash.create(java.lang.String a,
java.io.InputStream is,
java.net.URI[] u)
Deprecated. use create(jsdsi.util.DigestAlgoEnum, java.io.InputStream, java.net.URI[]) |
static Hash |
Hash.parseHash(SexpList l)
|
Hash |
ObjectHash.getHash()
|
Hash |
PublicKeyHash.getHash()
|
Hash |
Signature.getSignee()
|
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,
SignatureAlgoEnum a,
byte[] d)
Creates a new Signature. |
|
Signature(Principal i,
Hash h,
java.lang.String a,
byte[] d)
Deprecated. use Signature(Principal, Hash, jsdsi.util.SignatureAlgoEnum, byte[] |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |