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

Reset() public method

public Reset ( ) : void
return void
        public void Reset()
        {
            //jbonilla
            currentSignature = null;
            digest.Reset();
        }        
    }