org.bouncycastle.cms

Class CMSProcessableByteArray

Implemented Interfaces:
CMSProcessable
Known Direct Subclasses:
CMSEnvelopableByteArray, CMSSignableByteArray

public class CMSProcessableByteArray
extends java.lang.Object
implements CMSProcessable

a holding class for a byte array of data to be processed.

Constructor Summary

CMSProcessableByteArray(byte[] bytes)

Method Summary

Object
getContent()
void
write(OutputStream zOut)

Constructor Details

CMSProcessableByteArray

public CMSProcessableByteArray(byte[] bytes)

Method Details

getContent

public Object getContent()
Specified by:
getContent in interface CMSProcessable

write

public void write(OutputStream zOut)
            throws IOException,
                   CMSException
Specified by:
write in interface CMSProcessable