Creates a new {@code ECGenParameterSpec} with the specified standard or
predefined name of the to-be-generated domain parameter.
this.name = name;
if (this.name == null) {
throw new NullPointerException(Messages.getString("security.83", "name")); //$NON-NLS-1$ //$NON-NLS-2$
}