org.bouncycastle.cms
Class CMSProcessableByteArray
java.lang.Object
org.bouncycastle.cms.CMSProcessableByteArray
- CMSProcessable
public class CMSProcessableByteArray
extends java.lang.Object
a holding class for a byte array of data to be compressed.
Object | getContent()
|
void | write(OutputStream zOut) - generic routine to copy out the data we want processed - the OutputStream
passed in will do the handling on it's own.
|
CMSProcessableByteArray
public CMSProcessableByteArray(byte[] bytes)
write
public void write(OutputStream zOut)
throws IOException,
CMSException
generic routine to copy out the data we want processed - the OutputStream
passed in will do the handling on it's own.
Note: this routine may be called multiple times.
- write in interface CMSProcessable