|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.crypt.x509.types.AbstractList<AttributeTypeAndValue>
edu.vt.middleware.crypt.x509.types.RelativeDistinguishedName
public class RelativeDistinguishedName
Representation of RelativeDistinguishedName type described in section 2 of RFC 2253.
| Field Summary | |
|---|---|
static char |
SEPARATOR_CHAR
Separator character between AttributeTypeAndValue items making up RDN. |
| Fields inherited from class edu.vt.middleware.crypt.x509.types.AbstractList |
|---|
items |
| Constructor Summary | |
|---|---|
RelativeDistinguishedName(AttributeTypeAndValue value)
Creates a new instance with a single value. |
|
RelativeDistinguishedName(AttributeTypeAndValue[] arrayOfValues)
Creates a new instance with the given array of values. |
|
RelativeDistinguishedName(List<AttributeTypeAndValue> listOfValues)
Creates a new instance with the given list of values. |
|
| Method Summary | |
|---|---|
static RelativeDistinguishedName |
fromASN1Set(org.bouncycastle.asn1.ASN1Set set)
Creates a new instance from an ASN.1 SET of SEQUENCE representing the AttributeTypeAndValue type of section 2 of RFC 2253. |
String |
toString()
Follows the guidelines of RFC 2253 section 2.2 for producing the string representation of the RelativeDistinguishedName type. |
| Methods inherited from class edu.vt.middleware.crypt.x509.types.AbstractList |
|---|
equals, getItems, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final char SEPARATOR_CHAR
| Constructor Detail |
|---|
public RelativeDistinguishedName(List<AttributeTypeAndValue> listOfValues)
listOfValues - List of values for the RDN.public RelativeDistinguishedName(AttributeTypeAndValue[] arrayOfValues)
arrayOfValues - Array of values for the RDN.public RelativeDistinguishedName(AttributeTypeAndValue value)
value - The sole value of the RDN.| Method Detail |
|---|
public String toString()
toString in class AbstractList<AttributeTypeAndValue>public static RelativeDistinguishedName fromASN1Set(org.bouncycastle.asn1.ASN1Set set)
set - Set from which to create new RDN instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||