Package org.mozilla.jss.ssl.javax
Class JSSEngineReferenceImpl.CertValidationTask
java.lang.Object
org.mozilla.jss.nss.CertAuthHandler
org.mozilla.jss.ssl.javax.JSSEngineReferenceImpl.CertValidationTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
JSSEngineReferenceImpl
-
Field Summary
Fields inherited from class org.mozilla.jss.nss.CertAuthHandler
finished, result
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate int
assignException
(Exception excpt, PK11Cert[] chain) int
check
(SSLFDProxy fd) Returns the PRErrorCode the error validating certificate auth, else 0.findAuthType
(SSLFDProxy ssl_fd, PK11Cert[] chain) Methods inherited from class org.mozilla.jss.nss.CertAuthHandler
run
-
Constructor Details
-
CertValidationTask
-
-
Method Details
-
findAuthType
- Throws:
Exception
-
check
Description copied from class:CertAuthHandler
Returns the PRErrorCode the error validating certificate auth, else 0. Note that it is up to the implementer to fetch the certificates (via SSL.PeerCertificateChain(ssl_fd)) and validate them properly.- Specified by:
check
in classCertAuthHandler
-
assignException
-