Namespace: Org.BouncyCastle.Crypto
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public override byte[] ProcessByte( byte input ) |
Visual Basic |
---|
Public Overrides Function ProcessByte ( _ input As Byte _ ) As Byte() |
Visual C++ |
---|
public: virtual array<unsigned char>^ ProcessByte( unsigned char input ) override |
Parameters
- input
- Type: System..::..Byte