org.mozilla.jss.ssl
Class SSLCertificateApprovalCallback.ValidityItem
java.lang.Object
org.mozilla.jss.ssl.SSLCertificateApprovalCallback.ValidityItem
- SSLCertificateApprovalCallback
public class SSLCertificateApprovalCallback.ValidityItem
extends java.lang.Object
ValidityItem
public ValidityItem(int reason,
PK11Cert cert,
int depth)
getCert
public PK11Cert getCert()
- the certificate associated with this error. You can use
the X509Certificate functions to get details such as issuer/subject
name, serial number, etc.
getDepth
public int getDepth()
- the index into the cert chain of the certificate which caused
this error. In a chain 5-certs long, 0 is the server-cert.
1,2,3 would be the intermediates, and 4 would be the root
getReason
public int getReason()
- the NSS error code which caused the error - see the list of
error codes above for those which could be returned