IStreamCipherReturnByte Method

encrypt/decrypt a single byte returning the result.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
byte ReturnByte(
	byte input
)

Parameters

input  Byte
the byte to be processed.

Return Value

Byte
the result of processing the input byte.

See Also