org.jcp.xml.dsig.internal |
Contains the classes of the Reference Implementation of JSR 105.
|
Java Source File Name | Type | Comment |
DigesterOutputStream.java | Class | This class has been modified slightly to use java.security.MessageDigest
objects as input, rather than
org.apache.xml.security.algorithms.MessageDigestAlgorithm objects. |
MacOutputStream.java | Class | Derived from Apache sources and changed to use Mac objects
objects instead of org.apache.xml.security.algorithms.SignatureAlgorithm
objects. |
SignerOutputStream.java | Class | Derived from Apache sources and changed to use java.security.Signature
objects as input instead of org.apache.xml.security.algorithms.SignatureAlgorithm
objects. |