Class MacCaptureStream

java.lang.Object
java.io.OutputStream
org.bouncycastle.operator.MacCaptureStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class MacCaptureStream extends OutputStream
A generic class for capturing the mac data at the end of a encrypted data stream.

Note: this class will not close the underlying stream.