Org.BouncyCastle.Crypto.Signers.PreComputedSigner.Init C# (CSharp) Method

Init() public method

public Init ( bool forSigning, ICipherParameters parameters ) : void
forSigning bool
parameters ICipherParameters
return void
        public void Init(bool forSigning, ICipherParameters parameters)
        {
            Reset();            
        }