|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
be.cardon.asn1.x509.RelativeDistinguishedName
public class RelativeDistinguishedName
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 |
|---|
public RelativeDistinguishedName(org.bouncycastle.asn1.ASN1Set set)
RelativeDistinguishedName ASN.1 object.
set - ASN.1 Set being the {code RelativeDistinguishedName}.public RelativeDistinguishedName(java.util.Set<AttributeTypeAndValue> atavs)
AttributeTypeAndValue.
| Method Detail |
|---|
public static RelativeDistinguishedName getInstance(java.lang.Object obj)
ASN1Set
or RelativeDistinguishedName object.
java.lang.IllegalArgumentException - if the object is invalid.public java.util.Set<AttributeTypeAndValue> getAttributeTypeAndValues()
AttributeTypeAndValue
public org.bouncycastle.asn1.DERObject toASN1Object()
toASN1Object in class org.bouncycastle.asn1.ASN1Encodablepublic java.lang.String toRFC2253(java.util.Map<org.bouncycastle.asn1.DERObjectIdentifier,java.lang.String> typeMap)
public java.lang.String toRFC2253()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||