Package org.bouncycastle.cms
Class CMSAbsentContent
java.lang.Object
org.bouncycastle.cms.CMSAbsentContent
- All Implemented Interfaces:
CMSProcessable
,CMSTypedData
a class representing null or absent content.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ASN1ObjectIdentifier
void
write
(OutputStream zOut) generic routine to copy out the data we want processed - the OutputStream passed in will do the handling on it's own.
-
Constructor Details
-
CMSAbsentContent
public CMSAbsentContent() -
CMSAbsentContent
public CMSAbsentContent(org.bouncycastle.asn1.ASN1ObjectIdentifier type)
-
-
Method Details
-
getInputStream
-
write
Description copied from interface:CMSProcessable
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.
- Specified by:
write
in interfaceCMSProcessable
- Throws:
IOException
CMSException
-
getContent
- Specified by:
getContent
in interfaceCMSProcessable
-
getContentType
public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()- Specified by:
getContentType
in interfaceCMSTypedData
-