public static class SSLFTPCertificate.DistinguishedName
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.