CommonNameParameter constructor
CommonNameParameter(
- String commonName
Implementation
CommonNameParameter(this.commonName)
: super(
"CN",
TextParameterValue(commonName),
);