Class RDN

  • All Implemented Interfaces:
    io.anyline.nfc.bouncycastle.asn1.ASN1Encodable , io.anyline.nfc.bouncycastle.util.Encodable

    
    public class RDN
    extends ASN1Object
                        

    Holding class for a single Relative Distinguished Name (RDN).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static RDN getInstance(Object obj)
      boolean isMultiValued()
      int size() Return the number of AttributeTypeAndValue objects in this RDN,
      AttributeTypeAndValue getFirst()
      Array<AttributeTypeAndValue> getTypesAndValues()
      ASN1Primitive toASN1Primitive()
      RelativeDistinguishedName ::=
                          SET OF AttributeTypeAndValue
      
      AttributeTypeAndValue ::= SEQUENCE {
             type     AttributeType,
             value    AttributeValue }
      
      • Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1Object

        encodeTo, encodeTo, equals, getEncoded, getEncoded, hashCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait