Org.BouncyCastle.Crypto.Signers.PreComputedSigner.Init C# (CSharp) Méthode

Init() public méthode

public Init ( bool forSigning, ICipherParameters parameters ) : void
forSigning bool
parameters ICipherParameters
Résultat void
        public void Init(bool forSigning, ICipherParameters parameters)
        {
            Reset();            
        }