IAsymmetricBlockCipherProcessBlock Method

Process a block.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
byte[] ProcessBlock(
	byte[] inBuf,
	int inOff,
	int inLen
)

Parameters

inBuf  Byte
The input buffer.
inOff  Int32
The offset into that the input block begins.
inLen  Int32
The length of the input block.

Return Value

Byte

Exceptions

InvalidCipherTextExceptionInput decrypts improperly.
DataLengthExceptionInput is too large for the cipher.

See Also