From 14d34d01a97a3dbc0f5255ce4d84d80664e0038d Mon Sep 17 00:00:00 2001 From: Anh Vo Date: Mon, 27 Mar 2023 18:39:49 -0400 Subject: removed commented out code --- crypto/src/pkcs/PrivateKeyInfoFactory.cs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'crypto/src/pkcs/PrivateKeyInfoFactory.cs') diff --git a/crypto/src/pkcs/PrivateKeyInfoFactory.cs b/crypto/src/pkcs/PrivateKeyInfoFactory.cs index b180e49f2..1baf2dd9f 100644 --- a/crypto/src/pkcs/PrivateKeyInfoFactory.cs +++ b/crypto/src/pkcs/PrivateKeyInfoFactory.cs @@ -164,16 +164,6 @@ namespace Org.BouncyCastle.Pkcs else { X962Parameters x962; - //if (priv.PublicKeyParamSet == null) - //{ - // X9ECParameters ecP = new X9ECParameters(dp.Curve, new X9ECPoint(dp.G, false), dp.N, dp.H, - // dp.GetSeed()); - // x962 = new X962Parameters(ecP); - //} - //else - //{ - // x962 = new X962Parameters(priv.PublicKeyParamSet); - //} if (dp is ECNamedDomainParameters _dp) { x962 = new X962Parameters(_dp.Name); -- cgit 1.4.1