Class RDN

    • Method Detail

      • getInstance

        public static RDN getInstance​(java.lang.Object obj)
      • isMultiValued

        public boolean isMultiValued()
      • size

        public int size()
        Return the number of AttributeTypeAndValue objects in this RDN,
        Returns:
        size of RDN, greater than 1 if multi-valued.
      • toASN1Primitive

        public ASN1Primitive toASN1Primitive()
         RelativeDistinguishedName ::=
                             SET OF AttributeTypeAndValue
        
         AttributeTypeAndValue ::= SEQUENCE {
                type     AttributeType,
                value    AttributeValue }
         
        Specified by:
        toASN1Primitive in interface ASN1Encodable
        Specified by:
        toASN1Primitive in class ASN1Object
        Returns:
        this object as its ASN1Primitive type