Package org.apache.jcp.xml.dsig.internal
Class SignerOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- java.io.ByteArrayOutputStream
-
- org.apache.jcp.xml.dsig.internal.SignerOutputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public class SignerOutputStream extends java.io.ByteArrayOutputStreamDerived from Apache sources and changed to use java.security.Signature objects as input instead of org.apache.xml.security.algorithms.SignatureAlgorithm objects.
-
-
Field Summary
Fields Modifier and Type Field Description private java.security.Signaturesig
-
Constructor Summary
Constructors Constructor Description SignerOutputStream(java.security.Signature sig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(byte[] arg0, int arg1, int arg2)voidwrite(int arg0)
-