public class SecurityStateChanged extends Object
| Constructor and Description |
|---|
SecurityStateChanged() |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityStateExplanation> |
getExplanations()
List of explanations for the security state.
|
InsecureContentStatus |
getInsecureContentStatus()
Information about insecure content on the page.
|
Boolean |
getSchemeIsCryptographic()
True if the page was loaded over cryptographic transport such as HTTPS.
|
SecurityState |
getSecurityState()
Security state.
|
String |
getSummary()
Overrides user-visible description of the state.
|
void |
setExplanations(List<SecurityStateExplanation> explanations)
List of explanations for the security state.
|
void |
setInsecureContentStatus(InsecureContentStatus insecureContentStatus)
Information about insecure content on the page.
|
void |
setSchemeIsCryptographic(Boolean schemeIsCryptographic)
True if the page was loaded over cryptographic transport such as HTTPS.
|
void |
setSecurityState(SecurityState securityState)
Security state.
|
void |
setSummary(String summary)
Overrides user-visible description of the state.
|
public SecurityState getSecurityState()
public void setSecurityState(SecurityState securityState)
public Boolean getSchemeIsCryptographic()
public void setSchemeIsCryptographic(Boolean schemeIsCryptographic)
public List<SecurityStateExplanation> getExplanations()
public void setExplanations(List<SecurityStateExplanation> explanations)
public InsecureContentStatus getInsecureContentStatus()
public void setInsecureContentStatus(InsecureContentStatus insecureContentStatus)
public String getSummary()
public void setSummary(String summary)
Copyright © 2020. All rights reserved.