Package org.apache.maven.buildcache.hash
Class SHA
- java.lang.Object
-
- org.apache.maven.buildcache.hash.SHA
-
- All Implemented Interfaces:
Hash.Factory
public class SHA extends Object implements Hash.Factory
SHA
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Hash.Algorithm
algorithm()
Hash.Checksum
checksum(int count)
String
getAlgorithm()
-
-
-
Method Detail
-
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithm
in interfaceHash.Factory
-
algorithm
public Hash.Algorithm algorithm()
- Specified by:
algorithm
in interfaceHash.Factory
-
checksum
public Hash.Checksum checksum(int count)
- Specified by:
checksum
in interfaceHash.Factory
-
-