Class SignerOutputStream

java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
org.apache.jcp.xml.dsig.internal.SignerOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class SignerOutputStream extends ByteArrayOutputStream
Derived from Apache sources and changed to use java.security.Signature objects as input instead of org.apache.xml.security.algorithms.SignatureAlgorithm objects.