Package org.bouncycastle.cms
Interface CMSProcessable
- All Known Subinterfaces:
CMSTypedData
- All Known Implementing Classes:
CMSAbsentContent,CMSProcessableByteArray,CMSProcessableCMPCertificate,CMSProcessableFile,PKCS7ProcessableObject
public interface CMSProcessable
Use CMSTypedData instead of this. See CMSProcessableFile/ByteArray for defaults.
-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(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
-
write
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.
- Throws:
IOExceptionCMSException
-
getContent
Object getContent()
-