|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.enterprisedt.net.ftp.ssl.SSLFTPCertificate.DistinguishedName
public static class SSLFTPCertificate.DistinguishedName
Distinguished Name (DN) of an entity. A distinguished name consists of the following named components:
| Method Summary | |
|---|---|
java.lang.String |
getCommonName()
Returns the Common Name (CN) component of this Distinguished Name. |
java.lang.String |
getCountry()
Returns the Country (C) component of this Distinguished Name. |
byte[] |
getDER()
Returns the raw DER encoding of this Distinguished Name. |
java.lang.String |
getLocality()
Returns the Locality (L) component of this Distinguished Name. |
java.lang.String |
getOrganisationalUnit()
Returns the Organisational Unit (OU) component of this Distinguished Name. |
java.lang.String |
getOrganisationName()
Returns the Organisational Name (O) component of this Distinguished Name. |
java.lang.String |
getState()
Returns the State (S) component of this Distinguished Name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public byte[] getDER()
public java.lang.String getCountry()
public java.lang.String getLocality()
public java.lang.String getOrganisationalUnit()
public java.lang.String getOrganisationName()
public java.lang.String getState()
public java.lang.String getCommonName()
enterprisedt.com. If
the machine is on an intranet, it is usually the machine-name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||