Class SecurityStateChanged


  • @Deprecated
    public class SecurityStateChanged
    extends java.lang.Object
    Deprecated.
    The security state of the page changed. No longer being sent.
    • Constructor Detail

    • Method Detail

      • getSecurityState

        public SecurityState getSecurityState()
        Deprecated.
        Security state.
      • getSchemeIsCryptographic

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

        @Deprecated
        public java.util.List<SecurityStateExplanation> getExplanations()
        Deprecated.
        Previously a list of explanations for the security state. Now always empty.
      • getInsecureContentStatus

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

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