public class FileIntegrityVerifier extends Object implements IntegrityVerifier
Security.verifyCodebaseIntegrity.
 Do not use this verifier if your operating system is configured to mount remote file systems and the underlying file system protocols do not provide adequate data integrity or authentication of the remote hosts.
| Constructor and Description | 
|---|
FileIntegrityVerifier()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
providesIntegrity(URL url)
Returns  
true if the specified URL uses the "file"
 protocol and the host is null, empty, "~", or "localhost";
 returns false otherwise. | 
public boolean providesIntegrity(URL url)
true if the specified URL uses the "file"
 protocol and the host is null, empty, "~", or "localhost";
 returns false otherwise.providesIntegrity in interface IntegrityVerifierNullPointerExceptionCopyright © 2016–2018. All rights reserved.