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

Syntax

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

Parameters

input
Type: System..::..Byte

Implements

IStreamCipher..::..ReturnByte(Byte)

See Also