public class

CMSAbsentContent

extends Object
implements CMSTypedData
java.lang.Object
   ↳ org.bouncycastle.cms.CMSAbsentContent

Class Overview

a holding class for a byte array of data to be processed.

Summary

Public Constructors
CMSAbsentContent()
CMSAbsentContent(ASN1ObjectIdentifier type)
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.bouncycastle.cms.CMSProcessable
From interface org.bouncycastle.cms.CMSTypedData

Public Constructors

public CMSAbsentContent ()

public CMSAbsentContent (ASN1ObjectIdentifier type)

Public Methods

public Object getContent ()

public ASN1ObjectIdentifier getContentType ()

public InputStream getInputStream ()

public 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.

Note: this routine may be called multiple times.