FileDocCategorySizeDatePackage
CMSProcessable.javaAPI DocBouncy Castle Crypto API 1.41 (Java 1.5)455Wed Oct 01 10:55:30 BST 2008org.bouncycastle.cms

CMSProcessable

public interface CMSProcessable

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetContent()

public voidwrite(java.io.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.