Uses of Class
org.eclipse.jgit.util.sha1.SHA1
Packages that use SHA1
Package
Description
High-level API commands (the porcelain of JGit).
File based repository storage.
Core API for repository, config, refs, object database.
Transport (fetch/push) for different protocols.
-
Uses of SHA1 in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as SHA1Methods in org.eclipse.jgit.api with parameters of type SHA1Constructors in org.eclipse.jgit.api with parameters of type SHA1 -
Uses of SHA1 in org.eclipse.jgit.gpg.bc.internal.keys
Methods in org.eclipse.jgit.gpg.bc.internal.keys with parameters of type SHA1Modifier and TypeMethodDescriptionprivate static void
private static void
(package private) static byte[]
KeyGrip.hashCurve25519
(SHA1 grip, BigInteger q) Computes the keygrip for a curve25519 public key.(package private) static byte[]
KeyGrip.hashEd25519
(SHA1 grip, BigInteger q) Computes the keygrip for an ed25519 public key.private static void
KeyGrip.hashQ25519
(SHA1 grip, BigInteger q) -
Uses of SHA1 in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as SHA1Methods in org.eclipse.jgit.internal.storage.file with parameters of type SHA1Modifier and TypeMethodDescriptionprivate File
ObjectDirectoryInserter.toTemp
(SHA1 md, int type, long len, InputStream is) Constructors in org.eclipse.jgit.internal.storage.file with parameters of type SHA1 -
Uses of SHA1 in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as SHA1Methods in org.eclipse.jgit.lib that return SHA1 -
Uses of SHA1 in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as SHA1 -
Uses of SHA1 in org.eclipse.jgit.util.sha1
Methods in org.eclipse.jgit.util.sha1 that return SHA1Modifier and TypeMethodDescriptionstatic SHA1
SHA1.newInstance()
Create a new context to compute a SHA-1 hash of data.SHA1.reset()
Reset this instance to compute another hash.SHA1.setDetectCollision
(boolean detect) Enable likely collision detection.