Package org.apache.maven.buildcache.hash
Interface Hash.Algorithm
-
- Enclosing class:
- Hash
public static interface Hash.Algorithm
Algorithm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
hash(byte[] array)
byte[]
hash(Path path)
-
-
-
Method Detail
-
hash
byte[] hash(byte[] array)
-
hash
byte[] hash(Path path) throws IOException
- Throws:
IOException
-
-