Namespace: Org.BouncyCastle.Crypto
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public byte ReturnByte(
	byte input
)
Visual Basic
Public Function ReturnByte ( _
	input As Byte _
) As Byte
Visual C++
public:
virtual unsigned char ReturnByte(
	unsigned char input
) sealed

Parameters

input
Type: System..::..Byte

Implements

IStreamCipher..::..ReturnByte(Byte)

See Also