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

PreComputedSigner() public method

The default constructor for PreComputedSigner.
The default constructor for PreComputedSigner.
public PreComputedSigner ( ) : Org.BouncyCastle.Crypto
return Org.BouncyCastle.Crypto
        public PreComputedSigner()
            : this(new byte[0])
        {
        }

Same methods

PreComputedSigner::PreComputedSigner ( byte preComputedSignature ) : Org.BouncyCastle.Crypto