Package org.mozilla.jss.ssl.javax
Class JSSEngineReferenceImpl.BypassBadHostname
java.lang.Object
org.mozilla.jss.nss.BadCertHandler
org.mozilla.jss.ssl.javax.JSSEngineReferenceImpl.BypassBadHostname
- All Implemented Interfaces:
Runnable
- Enclosing class:
JSSEngineReferenceImpl
-
Field Summary
Fields inherited from class org.mozilla.jss.nss.BadCertHandler
error, finished, result
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
check
(SSLFDProxy fd, int error) Returns the PRErrorCode the error validating certificate auth, else 0.Methods inherited from class org.mozilla.jss.nss.BadCertHandler
run
-
Constructor Details
-
BypassBadHostname
-
-
Method Details
-
check
Description copied from class:BadCertHandler
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. Note that returning 0 here means SECis returned- Specified by:
check
in classBadCertHandler
-