CommonNameParameter constructor

CommonNameParameter(
  1. String commonName
)

Implementation

CommonNameParameter(this.commonName)
    : super(
        "CN",
        TextParameterValue(commonName),
      );