|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.orb.security.DistinguishedName
public final class DistinguishedName
Helper class for dealing with distinguished names. See RFC 1779, string representations of DNs.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_SEPARATOR
The default DN seperator. |
static java.lang.String |
SEPARATORS
The separators used for parsing. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Tests whether two instances of dinstinguished names are equal. |
static DistinguishedName |
parse(java.lang.String dn)
This method parses a string representation of a distinguished name. |
java.lang.String |
toString()
Converts the distinguished name into a string. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_SEPARATOR
public static final java.lang.String SEPARATORS
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public static DistinguishedName parse(java.lang.String dn)
dn
- A distinguished name as string.
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The object to test.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |