public interface

CMSProcessable

org.bouncycastle.cms.CMSProcessable
Known Indirect Subclasses

Class Overview

Use CMSTypedData instead of this. See CMSProcessableFile/ByteArray for defaults.

Summary

Public Methods
abstract Object getContent()
abstract void write(OutputStream out)
generic routine to copy out the data we want processed - the OutputStream passed in will do the handling on it's own.

Public Methods

public abstract Object getContent ()

public abstract void write (OutputStream out)

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.