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 void Init( bool forEncryption, ICipherParameters parameters ) |
Visual Basic |
---|
Public MustOverride Sub Init ( _ forEncryption As Boolean, _ parameters As ICipherParameters _ ) |
Visual C++ |
---|
public: virtual void Init( bool forEncryption, ICipherParameters^ parameters ) abstract |
Parameters
- forEncryption
- Type: System..::..Boolean
- parameters
- Type: Org.BouncyCastle.Crypto..::..ICipherParameters