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

private class JSSEngineReferenceImpl.BypassBadHostname extends BadCertHandler
  • Constructor Details

    • BypassBadHostname

      public BypassBadHostname(SSLFDProxy fd, int error)
  • Method Details

    • check

      public int check(SSLFDProxy fd, int error)
      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 class BadCertHandler