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 abstract byte[] ProcessByte( byte input ) |
Visual Basic |
---|
Public MustOverride Function ProcessByte ( _ input As Byte _ ) As Byte() |
Visual C++ |
---|
public: virtual array<unsigned char>^ ProcessByte( unsigned char input ) abstract |
Parameters
- input
- Type: System..::..Byte