CMSTypedData
CMSAbsentContent
, CMSProcessableByteArray
, CMSProcessableFile
, PKCS7ProcessableObject
public interface CMSProcessable
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
getContent() |
|
void |
write(java.io.OutputStream out) |
generic routine to copy out the data we want processed - the OutputStream
passed in will do the handling on it's own.
|
void write(java.io.OutputStream out) throws java.io.IOException, CMSException
Note: this routine may be called multiple times.
java.io.IOException
CMSException
java.lang.Object getContent()