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.ByteArrayOutputStream
Derived 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.Signature
sig
-
Constructor Summary
Constructors Constructor Description SignerOutputStream(java.security.Signature sig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(byte[] arg0, int arg1, int arg2)
void
write(int arg0)
-