org.bouncycastle.cms
Interface CMSProcessable
- CMSEnvelopableByteArray, CMSProcessableBodyPart, CMSProcessableBodyPartInbound, CMSProcessableBodyPartOutbound, CMSProcessableByteArray, CMSSignableByteArray
public interface CMSProcessable
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.
|
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.