|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.cics.server.CertificateInfo
Usage:
This Class provides the Java implementation of CICS API command EXTRACT CERTIFICATE.
The protected constructor obtains the full certificate and the getter methods return the individual values contained within the full certificate.
| Field Summary | |
|---|---|
static int |
ISSUER
|
static int |
OWNER
|
| Method Summary | |
|---|---|
byte[] |
getCertificate()
Usage: Returns the full certificate obtained by the constructor. |
java.lang.String |
getCommonName()
Usage: Returns the common name from the client certificate obtained by the constructor. |
java.lang.String |
getCountry()
Usage: Returns the country from the client certificate obtained by the constructor. |
java.lang.String |
getLocality()
Usage: Returns the locality from the client certifcate obtained by the constructor. |
java.lang.String |
getOrganization()
Usage: Returns the organization from the client certificate obtained by the constructor. |
java.lang.String |
getOrgUnit()
Usage: Returns the organization unit from the client certificate obtained by the constructor. |
java.lang.String |
getSerialNum()
Usage: Returns the serial number of the certificate assigned by the certificate issuer obtained by the constructor. |
java.lang.String |
getState()
Usage: Returns the state or province from the client certificate obtained by the constructor. |
java.lang.String |
getUserID()
Usage: Returns the userid connected with the client certificate obtained by the constructor. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int OWNER
public static final int ISSUER
| Method Detail |
public byte[] getCertificate()
Nonepublic java.lang.String getSerialNum()
Nonepublic java.lang.String getUserID()
Nonepublic java.lang.String getCommonName()
Nonepublic java.lang.String getCountry()
Nonepublic java.lang.String getState()
Nonepublic java.lang.String getLocality()
Nonepublic java.lang.String getOrganization()
Nonepublic java.lang.String getOrgUnit()
None
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||