Org.BouncyCastle.Crypto.AsymmetricKeyParameter.AsymmetricKeyParameter C# (CSharp) 메소드

AsymmetricKeyParameter() 보호된 메소드

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