|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.glub.secureftp.bean.SSLCertificate
public class SSLCertificate
The SSLCertificate class contains useful information about
an SSL (X509) certificate.
| Constructor Summary | |
|---|---|
SSLCertificate(java.security.cert.X509Certificate cert)
Create a SSLCertificate object. |
|
| Method Summary | |
|---|---|
int |
getBitStrength()
Return the bit strength of the RSA certificate |
java.lang.String |
getCN()
Returns the common name of the certificate. |
java.lang.String |
getCountry()
Returns the country associated with the certificate. |
java.lang.String |
getEmail()
Returns the e-mail address associated with the certificate. |
java.util.Date |
getEndDate()
Returns the ending date of the certificate. |
java.lang.String |
getFingerprint()
Returns the crypto fingerprint of the certificate. |
java.lang.String |
getIssuerCN()
Returns the common name of the certificate issuer. |
java.lang.String |
getIssuerCountry()
Returns the country associated with the certificate issuer. |
java.lang.String |
getIssuerEmail()
Returns the e-mail address associated with the certificate issuer. |
java.lang.String |
getIssuerLocality()
Returns the locality (or city) associated with the certificate issuer. |
java.lang.String |
getIssuerOrg()
Returns the organization associated with the certificate issuer. |
java.lang.String |
getIssuerOU()
Returns the organizational unit associated with the certificate issuer. |
java.lang.String |
getIssuerState()
Returns the state associated with the certificate issuer. |
java.lang.String |
getLocality()
Returns the locality (or city) associated with the certificate. |
java.lang.String |
getOrg()
Returns the organization associated with the certificate. |
java.lang.String |
getOU()
Returns the organizational unit associated with the certificate. |
java.lang.String |
getSerialNumber()
Returns the serial number of the certificate. |
java.util.Date |
getStartDate()
Returns the starting date of the certificate. |
java.lang.String |
getState()
Returns the state associated with the certificate. |
java.security.cert.X509Certificate |
getX509Certificate()
Returns the X.509 certificate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSLCertificate(java.security.cert.X509Certificate cert)
SSLCertificate object.
cert - the X509 certificate.| Method Detail |
|---|
public java.security.cert.X509Certificate getX509Certificate()
public java.lang.String getFingerprint()
public java.lang.String getSerialNumber()
public java.util.Date getStartDate()
public java.util.Date getEndDate()
public java.lang.String getCN()
Usually this is the hostname of the server.
public java.lang.String getEmail()
public java.lang.String getOU()
public java.lang.String getOrg()
public java.lang.String getLocality()
public java.lang.String getState()
public java.lang.String getCountry()
public java.lang.String getIssuerCN()
public java.lang.String getIssuerEmail()
public java.lang.String getIssuerOU()
public java.lang.String getIssuerOrg()
public java.lang.String getIssuerLocality()
public java.lang.String getIssuerState()
public java.lang.String getIssuerCountry()
public int getBitStrength()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||