CmsEnvelopedDataStreamGeneratorSetBufferSize Method

Set the underlying string size for encapsulated data.

Definition

Namespace: Org.BouncyCastle.Cms
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public void SetBufferSize(
	int bufferSize
)

Parameters

bufferSize  Int32
Length of octet strings to buffer the data.

See Also