Uses of Interface
com.teamdev.jxbrowser.security.HttpSecurityHandler

Packages that use HttpSecurityHandler
com.teamdev.jxbrowser.security Contains the basic classes and interfaces that allows processing security problems. 
 

Uses of HttpSecurityHandler in com.teamdev.jxbrowser.security
 

Methods in com.teamdev.jxbrowser.security that return HttpSecurityHandler
 HttpSecurityHandler Security.getHttpSecurityHandler()
          Returns http security handler that allows processing any security problems or null if it's not present.
 

Methods in com.teamdev.jxbrowser.security with parameters of type HttpSecurityHandler
 void Security.setHttpSecurityHandler(HttpSecurityHandler h)
          Sets the specified HTTP security handler that allows processing any security problems such as Invalid Certificate error, Invalid Certificate Name, Invalid Certificate Date, Moving from a non-SSL to an SSL connection because of a redirect or The redirection requires user confirmation problems.