Uses of Class
org.eclipse.jgit.util.sha1.SHA1
Packages that use SHA1
Package
Description
Core API for repository, config, refs, object database.
-
Uses of SHA1 in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return SHA1 -
Uses of SHA1 in org.eclipse.jgit.util.sha1
Methods in org.eclipse.jgit.util.sha1 that return SHA1Modifier and TypeMethodDescriptionstatic SHA1SHA1.newInstance()Create a new context to compute a SHA-1 hash of data.abstract SHA1SHA1.reset()Reset this instance to compute another hash.abstract SHA1SHA1.setDetectCollision(boolean detect) Enable likely collision detection.