CmsProcessableWrite Method

Generic routine to copy out the data we want processed.

Definition

Namespace: Org.BouncyCastle.Cms
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
void Write(
	Stream outStream
)

Parameters

outStream  Stream
 

Remarks

This routine may be called multiple times.

See Also