Interface JarHashAnalyzer
- All Known Implementing Classes:
 JarBytecodeHashAnalyzer,JarFileHashAnalyzer
public interface JarHashAnalyzer
Classes that can calculate various hash signatures for a JAR file to later uniquely identify them.
- 
Method Summary
Modifier and TypeMethodDescriptioncomputeHash(JarAnalyzer jarAnalyzer) Compute the hash for the JAR. 
- 
Method Details