Exemple #1
0
 public ECKeyPairGenerator(string algorithm)
 {
     if (algorithm == null)
     {
         throw new ArgumentNullException("algorithm");
     }
     this.algorithm = ECKeyParameters.VerifyAlgorithmName(algorithm);
 }
 public ECKeyPairGenerator(string algorithm)
 {
     //IL_000e: Unknown result type (might be due to invalid IL or missing references)
     if (algorithm == null)
     {
         throw new ArgumentNullException("algorithm");
     }
     this.algorithm = ECKeyParameters.VerifyAlgorithmName(algorithm);
 }