|
||||||||||
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()
None
public java.lang.String getSerialNum()
None
public java.lang.String getUserID()
None
public java.lang.String getCommonName()
None
public java.lang.String getCountry()
None
public java.lang.String getState()
None
public java.lang.String getLocality()
None
public java.lang.String getOrganization()
None
public java.lang.String getOrgUnit()
None
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |