java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
com.sun.xml.ws.security.opt.crypto.dsig.internal.MacOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class MacOutputStream extends ByteArrayOutputStream
Derived from Apache sources and changed to use HmacSHA1 objects objects instead of org.apache.xml.security.algorithms.SignatureAlgorithm objects.
Author:
raul, Sean Mullan