Namespace: Org.BouncyCastle.Crypto.Engines
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public int EncryptBlock( byte[] input, int inOff, byte[] outBytes, int outOff ) |
Visual Basic |
---|
Public Function EncryptBlock ( _ input As Byte(), _ inOff As Integer, _ outBytes As Byte(), _ outOff As Integer _ ) As Integer |
Visual C++ |
---|
public: int EncryptBlock( array<unsigned char>^ input, int inOff, array<unsigned char>^ outBytes, int outOff ) |
Parameters
- input
- Type: array<System..::..Byte>[]()[][]
- inOff
- Type: System..::..Int32
- outBytes
- Type: array<System..::..Byte>[]()[][]
- outOff
- Type: System..::..Int32