Package net.sf.saxon.lib
Class DigestMaker
java.lang.Object
net.sf.saxon.lib.DigestMaker
A wrapper around the Java cryptography classes to make a SHA-256 digest.
This exists so that a common API can be implemented in Java and C#.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DigestMaker
public DigestMaker()
-
-
Method Details
-
update
public void update(int value) -
update
-
getDigest
-