Uses of Package
com.teamdev.jxbrowser.security

Packages that use com.teamdev.jxbrowser.security
com.teamdev.jxbrowser Contains the basic classes and interfaces. 
com.teamdev.jxbrowser.ie Contains the basic classes and interfaces for Microsoft Internet Explorer browser engine implementation. 
com.teamdev.jxbrowser.mozilla Contains the basic classes and interfaces for Mozilla Firefox browser engine implementation. 
com.teamdev.jxbrowser.safari Contains the basic classes and interfaces for Safari WebKit browser engine implementation. 
com.teamdev.jxbrowser.security Contains the basic classes and interfaces that allows processing security problems. 
 

Classes in com.teamdev.jxbrowser.security used by com.teamdev.jxbrowser
Security
          Provides ability to register HttpSecurityHandler to receive and process 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.
 

Classes in com.teamdev.jxbrowser.security used by com.teamdev.jxbrowser.ie
HttpSecurityHandler
          Represents a 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.
Security
          Provides ability to register HttpSecurityHandler to receive and process 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.
 

Classes in com.teamdev.jxbrowser.security used by com.teamdev.jxbrowser.mozilla
HttpSecurityHandler
          Represents a 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.
Security
          Provides ability to register HttpSecurityHandler to receive and process 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.
 

Classes in com.teamdev.jxbrowser.security used by com.teamdev.jxbrowser.safari
HttpSecurityHandler
          Represents a 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.
Security
          Provides ability to register HttpSecurityHandler to receive and process 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.
 

Classes in com.teamdev.jxbrowser.security used by com.teamdev.jxbrowser.security
HttpSecurityAction
          Represents a set of possible return values for the HttpSecurityHandler.onSecurityProblem(java.util.Set) event.
HttpSecurityHandler
          Represents a 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.
SecurityProblem
          Provides information about a security problem.