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:
- Closeable, Flushable
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.
- Author:
- raul, Sean Mullan
Method Summary |
void |
write(byte[] arg0,
int arg1,
int arg2)
|
void |
write(int arg0)
|
SignerOutputStream
public SignerOutputStream(Signature sig)
write
public void write(int arg0)
- Overrides:
write
in class ByteArrayOutputStream
write
public void write(byte[] arg0,
int arg1,
int arg2)
- Overrides:
write
in class ByteArrayOutputStream
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.