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
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.