Uses of Class
org.eclipse.jgit.util.sha1.Sha1CollisionException
-
Packages that use Sha1CollisionException Package Description org.eclipse.jgit.util.sha1 -
-
Uses of Sha1CollisionException in org.eclipse.jgit.util.sha1
Methods in org.eclipse.jgit.util.sha1 that throw Sha1CollisionException Modifier and Type Method Description byte[]SHA1. digest()Finish the digest and return the resulting hash.voidSHA1. digest(MutableObjectId id)Finish the digest and return the resulting hash.ObjectIdSHA1. toObjectId()Finish the digest and return the resulting hash.
-