|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.etee.crypto.utils.DistinguishedName
public final class DistinguishedName
This immutable class is used to parse a distinguished name.
| Method Summary | |
|---|---|
static DistinguishedName |
from(javax.security.auth.x500.X500Principal x500Principal)
|
java.lang.String |
getCommonName()
Retrieve the common name from this distinguished name. |
java.lang.String |
getCountryCode()
Retrieve the country code from this distinguished name. |
java.lang.String |
getSerialNumber()
Retrieve the serial number from this distinguished name. |
boolean |
hasSerialNumber()
Check if the distinguished name contains a serial number. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DistinguishedName from(javax.security.auth.x500.X500Principal x500Principal)
public boolean hasSerialNumber()
public java.lang.String getSerialNumber()
public java.lang.String getCountryCode()
public java.lang.String getCommonName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||