org.eclipse.rse.dstore.security.preference
Class X509CertificateElement
java.lang.Object
org.eclipse.rse.dstore.security.preference.Element
org.eclipse.rse.dstore.security.preference.X509CertificateElement
- public class X509CertificateElement
- extends Element
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CERT_NAME
public static int CERT_NAME
CERT_UNIT
public static int CERT_UNIT
CERT_ORGANIZATION
public static int CERT_ORGANIZATION
CERT_CITY
public static int CERT_CITY
CERT_PROVINCE
public static int CERT_PROVINCE
CERT_COUNTRY
public static int CERT_COUNTRY
X509CertificateElement
public X509CertificateElement(String alias,
String value,
X509Certificate cert)
getType
public String getType()
- Specified by:
getType in class Element
getVersion
public String getVersion()
getIssuerDN
public String getIssuerDN()
getIssuerName
public String getIssuerName()
getIssuerUnit
public String getIssuerUnit()
getIssuerOrg
public String getIssuerOrg()
getIssuerCity
public String getIssuerCity()
getIssuerProvince
public String getIssuerProvince()
getIssuerCountry
public String getIssuerCountry()
getSubjectDN
public String getSubjectDN()
getSubjectName
public String getSubjectName()
getSubjectUnit
public String getSubjectUnit()
getSubjectOrg
public String getSubjectOrg()
getSubjectCity
public String getSubjectCity()
getSubjectProvince
public String getSubjectProvince()
getSubjectCountry
public String getSubjectCountry()
getNotBefore
public String getNotBefore()
getNotAfter
public String getNotAfter()
getExpirationDate
public String getExpirationDate()
getSigAlgName
public String getSigAlgName()
getSerialNumber
public String getSerialNumber()
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithm in class Element
getFormat
public String getFormat()
- Specified by:
getFormat in class Element
getCert
public Object getCert()
- Specified by:
getCert in class Element
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.