public ECKeyGenerationParameters( DerObjectIdentifier publicKeyParamSet, SecureRandom random) : this(ECKeyParameters.LookupParameters(publicKeyParamSet), random) { this.publicKeyParamSet = publicKeyParamSet; }
protected bool Equals( ECKeyParameters other) { return(parameters.Equals(other.parameters) && base.Equals(other)); }