org.bouncycastle.cms

Interface CMSProcessable

public interface CMSProcessable

Method Summary
ObjectgetContent()
voidwrite(OutputStream out)
generic routine to copy out the data we want processed - the OutputStream passed in will do the handling on it's own.

Method Detail

getContent

public Object getContent()

write

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