Uses of Class
org.eclipse.jgit.util.sha1.Sha1CollisionException
Packages that use Sha1CollisionException
-
Uses of Sha1CollisionException in org.eclipse.jgit.util.sha1
Methods in org.eclipse.jgit.util.sha1 that throw Sha1CollisionExceptionModifier and TypeMethodDescriptionabstract byte[]
SHA1.digest()
Finish the digest and return the resulting hash.abstract void
SHA1.digest
(MutableObjectId id) Finish the digest and return the resulting hash.abstract ObjectId
SHA1.toObjectId()
Finish the digest and return the resulting hash.