com.mindbright.security.x509
Class RelativeDistinguishedName

java.lang.Object
  extended by com.mindbright.asn1.ASN1Object
      extended by com.mindbright.asn1.ASN1Structure
          extended by com.mindbright.asn1.ASN1Set
              extended by com.mindbright.asn1.ASN1SetOf
                  extended by com.mindbright.security.x509.RelativeDistinguishedName

public final class RelativeDistinguishedName
extends ASN1SetOf

 RelativeDistinguishedName       ::=
                SET SIZE (1 .. MAX) OF AttributeTypeAndValue
 


Field Summary
 
Fields inherited from class com.mindbright.asn1.ASN1Structure
components, count, ofType
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
RelativeDistinguishedName()
           
 
Method Summary
 java.lang.String getRFC2253Value()
           
 AttributeTypeAndValue getTypeAndValue(int i)
           
 
Methods inherited from class com.mindbright.asn1.ASN1Structure
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType
 
Methods inherited from class com.mindbright.asn1.ASN1Object
decodeValue, getTag, getType, isSet, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelativeDistinguishedName

public RelativeDistinguishedName()
Method Detail

getTypeAndValue

public AttributeTypeAndValue getTypeAndValue(int i)

getRFC2253Value

public java.lang.String getRFC2253Value()