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.Algorithmalgorithm()Hash.Checksumchecksum(int count)StringgetAlgorithm()
-
-
-
Method Detail
-
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithmin interfaceHash.Factory
-
algorithm
public Hash.Algorithm algorithm()
- Specified by:
algorithmin interfaceHash.Factory
-
checksum
public Hash.Checksum checksum(int count)
- Specified by:
checksumin interfaceHash.Factory
-
-