com.sun.xml.ws.security.opt.crypto.dsig.internal |
|
Java Source File Name | Type | Comment |
HmacSHA1.java | Class | |
MacOutputStream.java | Class | Derived from Apache sources and changed to use HmacSHA1 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. |