Class SecurityStateChanged


  • public class SecurityStateChanged
    extends java.lang.Object
    The security state of the page changed.
    • Method Detail

      • getSecurityState

        public SecurityState getSecurityState()
        Security state.
      • getSchemeIsCryptographic

        @Deprecated
        public java.lang.Boolean getSchemeIsCryptographic()
        Deprecated.
        True if the page was loaded over cryptographic transport such as HTTPS.
      • getExplanations

        public java.util.List<SecurityStateExplanation> getExplanations()
        List of explanations for the security state. If the overall security state is `insecure` or `warning`, at least one corresponding explanation should be included.
      • getInsecureContentStatus

        @Deprecated
        public InsecureContentStatus getInsecureContentStatus()
        Deprecated.
        Information about insecure content on the page.
      • getSummary

        public java.util.Optional<java.lang.String> getSummary()
        Overrides user-visible description of the state.