be.cardon.asn1.x509
Class RelativeDistinguishedName

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Encodable
      extended by be.cardon.asn1.x509.RelativeDistinguishedName
All Implemented Interfaces:
org.bouncycastle.asn1.DEREncodable

public class RelativeDistinguishedName
extends org.bouncycastle.asn1.ASN1Encodable

RelativeDistinguishedName ASN.1 object.

Documentation from RFC 3280:

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


Field Summary
 
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
RelativeDistinguishedName(org.bouncycastle.asn1.ASN1Set set)
          Decodes an existing RelativeDistinguishedName ASN.1 object.
RelativeDistinguishedName(java.util.Set<AttributeTypeAndValue> atavs)
          Creates an new instance from a given set of AttributeTypeAndValue.
 
Method Summary
 java.util.Set<AttributeTypeAndValue> getAttributeTypeAndValues()
          Returns the set of AttributeTypeAndValue
static RelativeDistinguishedName getInstance(java.lang.Object obj)
          Creates an new object from an existing ASN1Set or RelativeDistinguishedName object.
 org.bouncycastle.asn1.DERObject toASN1Object()
          
 java.lang.String toRFC2253()
           
 java.lang.String toRFC2253(java.util.Map<org.bouncycastle.asn1.DERObjectIdentifier,java.lang.String> typeMap)
          Returns the RFC2253 string representation (see §2.2).
 java.lang.String toString()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RelativeDistinguishedName

public RelativeDistinguishedName(org.bouncycastle.asn1.ASN1Set set)
Decodes an existing RelativeDistinguishedName ASN.1 object.

Parameters:
set - ASN.1 Set being the {code RelativeDistinguishedName}.

RelativeDistinguishedName

public RelativeDistinguishedName(java.util.Set<AttributeTypeAndValue> atavs)
Creates an new instance from a given set of AttributeTypeAndValue.

Method Detail

getInstance

public static RelativeDistinguishedName getInstance(java.lang.Object obj)
Creates an new object from an existing ASN1Set or RelativeDistinguishedName object.

Throws:
java.lang.IllegalArgumentException - if the object is invalid.

getAttributeTypeAndValues

public java.util.Set<AttributeTypeAndValue> getAttributeTypeAndValues()
Returns the set of AttributeTypeAndValue


toASN1Object

public org.bouncycastle.asn1.DERObject toASN1Object()

Specified by:
toASN1Object in class org.bouncycastle.asn1.ASN1Encodable

toRFC2253

public java.lang.String toRFC2253(java.util.Map<org.bouncycastle.asn1.DERObjectIdentifier,java.lang.String> typeMap)
Returns the RFC2253 string representation (see §2.2).


toRFC2253

public java.lang.String toRFC2253()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object