org.bouncycastle.cms

Interface CMSProcessable

Known Implementing Classes:
CMSEnvelopableByteArray, CMSProcessableBodyPart, CMSProcessableBodyPartInbound, CMSProcessableBodyPartOutbound, CMSProcessableByteArray, CMSProcessableFile, CMSSignableByteArray

public interface CMSProcessable

Method Summary

Object
getContent()
void
write(OutputStream out)
generic routine to copy out the data we want processed - the OutputStream passed in will do the handling on it's own.

Method Details

getContent

public Object getContent()

write

public void write(OutputStream out)
            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.