Org.BouncyCastle.Crypto.BufferedCipherBase.Init C# (CSharp) Method

Init() public abstract method

public abstract Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
return void
		public abstract void Init(bool forEncryption, ICipherParameters parameters);