|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.CertificateInfo
public class 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
Constant - ISSUER |
static int |
OWNER
Constant - 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 certificate 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 user-id 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()
public java.lang.String getSerialNum()
public java.lang.String getUserID()
public java.lang.String getCommonName()
public java.lang.String getCountry()
public java.lang.String getState()
public java.lang.String getLocality()
public java.lang.String getOrganization()
public java.lang.String getOrgUnit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |