Package org.apache.maven.buildcache.hash
Interface Hash.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Hash.Algorithm
algorithm()
Hash.Checksum
checksum(int count)
String
getAlgorithm()
-
-
-
Method Detail
-
getAlgorithm
String getAlgorithm()
-
algorithm
Hash.Algorithm algorithm()
-
checksum
Hash.Checksum checksum(int count)
-
-