public interface IntegrityVerifier
Security.verifyCodebaseIntegrity
,
allowing the URLs that provide content integrity to be extended.Modifier and Type | Method and Description |
---|---|
boolean |
providesIntegrity(URL url)
Returns
true if the specified URL is known to provide
content integrity; returns false otherwise. |
boolean providesIntegrity(URL url)
true
if the specified URL is known to provide
content integrity; returns false
otherwise.url
- URL to verifytrue
if the specified URL is known to provide
content integrity; false
otherwiseNullPointerException
- if the URL is null