Class Certprofile.RdnControl

  • Enclosing class:
    Certprofile

    public static class Certprofile.RdnControl
    extends Object
    • Constructor Detail

      • RdnControl

        public RdnControl​(org.bouncycastle.asn1.ASN1ObjectIdentifier type)
      • RdnControl

        public RdnControl​(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
                          String value,
                          boolean valueOverridable)
      • RdnControl

        public RdnControl​(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
                          int minOccurs,
                          int maxOccurs)
    • Method Detail

      • getMinOccurs

        public int getMinOccurs()
      • getMaxOccurs

        public int getMaxOccurs()
      • getType

        public org.bouncycastle.asn1.ASN1ObjectIdentifier getType()
      • getStringLengthRange

        public Range getStringLengthRange()
      • setStringLengthRange

        public void setStringLengthRange​(Range stringLengthRange)
      • getPrefix

        public String getPrefix()
      • setPrefix

        public void setPrefix​(String prefix)
      • getSuffix

        public String getSuffix()
      • setSuffix

        public void setSuffix​(String suffix)
      • getGroup

        public String getGroup()
      • setGroup

        public void setGroup​(String group)
      • getValue

        public String getValue()
      • isValueOverridable

        public boolean isValueOverridable()
      • isNotInSubject

        public boolean isNotInSubject()
      • setNotInSubject

        public void setNotInSubject​(boolean notInSubject)