|
JSS 3.1.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityItem
Field Summary | |
private PK11Cert |
cert
|
private int |
depth
|
private int |
reason
|
Constructor Summary | |
SSLCertificateApprovalCallback.ValidityItem(int reason,
PK11Cert cert,
int depth)
|
Method Summary | |
PK11Cert |
getCert()
|
int |
getDepth()
|
int |
getReason()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
private int reason
private int depth
private PK11Cert cert
Constructor Detail |
public SSLCertificateApprovalCallback.ValidityItem(int reason, PK11Cert cert, int depth)
Method Detail |
public int getReason()
public int getDepth()
public PK11Cert getCert()
|
JSS 3.1.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |