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