Package com.teamdev.jxbrowser.security

Contains the basic classes and interfaces that allows processing security problems.

See:
          Description

Interface Summary
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.
 

Enum Summary
HttpSecurityAction Represents a set of possible return values for the HttpSecurityHandler.onSecurityProblem(java.util.Set) event.
SecurityProblem Provides information about a security problem.
 

Package com.teamdev.jxbrowser.security Description

Contains the basic classes and interfaces that allows processing security problems.