org.jcp.xml.dsig.internal
Class MacOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- java.io.ByteArrayOutputStream
-
- org.jcp.xml.dsig.internal.MacOutputStream
-
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
public class MacOutputStream extends java.io.ByteArrayOutputStreamDerived from Apache sources and changed to use Mac objects instead of com.sun.org.apache.xml.internal.security.algorithms.SignatureAlgorithm objects.
-
-
Constructor Summary
Constructors Constructor and Description MacOutputStream(javax.crypto.Mac mac)
-