Org.BouncyCastle.Crypto.AsymmetricKeyParameter.AsymmetricKeyParameter C# (CSharp) Method

AsymmetricKeyParameter() protected method

protected AsymmetricKeyParameter ( bool privateKey ) : System
privateKey bool
return System
        protected AsymmetricKeyParameter(
            bool privateKey)
        {
            this.privateKey = privateKey;
        }