|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface representing a DN, used in conjunction with DNHandler to manage the DNs in an uniform way.
Method Summary | |
java.lang.String |
getCanon()
Used to get the DN in canonical (small case) format. |
java.lang.String |
getRFC2253()
Used to get the DN in RFC2253 format. |
java.lang.String |
getX500()
Used to get the DN in X500 format. |
DN |
withoutLastCN(boolean checkProxy)
Used to get a DN instance of the DN without the last CN. |
Method Detail |
public java.lang.String getX500()
public java.lang.String getRFC2253()
public java.lang.String getCanon()
public DN withoutLastCN(boolean checkProxy)
checkProxy
- a switch to define whether to check that the removed part is proxy identifier
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |