public class CMSAbsentContent extends Object implements CMSTypedData
Constructor and Description |
---|
CMSAbsentContent() |
CMSAbsentContent(ASN1ObjectIdentifier type) |
Modifier and Type | Method and Description |
---|---|
Object |
getContent() |
ASN1ObjectIdentifier |
getContentType() |
InputStream |
getInputStream() |
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.
|
public CMSAbsentContent()
public CMSAbsentContent(ASN1ObjectIdentifier type)
public InputStream getInputStream()
public void write(OutputStream zOut) throws IOException, CMSException
CMSProcessable
Note: this routine may be called multiple times.
write
in interface CMSProcessable
IOException
CMSException
public Object getContent()
getContent
in interface CMSProcessable
public ASN1ObjectIdentifier getContentType()
getContentType
in interface CMSTypedData
Copyright © 2015. All rights reserved.