Uses of Class
org.eclipse.jgit.util.sha1.SHA1
-
Packages that use SHA1 Package Description org.eclipse.jgit.gpg.bc.internal.keys org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.util.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 SHA1 Modifier and Type Method Description private static voidKeyGrip. hash(SHA1 grip, byte[] data)private static voidKeyGrip. hash(SHA1 grip, byte[] data, char id, boolean zeroPad)(package private) static byte[]KeyGrip. hashCurve25519(SHA1 grip, java.math.BigInteger q)Computes the keygrip for a curve25519 public key.(package private) static byte[]KeyGrip. hashEd25519(SHA1 grip, java.math.BigInteger q)Computes the keygrip for an ed25519 public key.private static voidKeyGrip. hashQ25519(SHA1 grip, java.math.BigInteger q) -
Uses of SHA1 in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as SHA1 Modifier and Type Field Description private SHA1ObjectDirectoryInserter.SHA1OutputStream. mdMethods in org.eclipse.jgit.internal.storage.file with parameters of type SHA1 Modifier and Type Method Description private java.io.FileObjectDirectoryInserter. toTemp(SHA1 md, int type, long len, java.io.InputStream is)Constructors in org.eclipse.jgit.internal.storage.file with parameters of type SHA1 Constructor Description SHA1OutputStream(java.io.OutputStream out, SHA1 md) -
Uses of SHA1 in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as SHA1 Modifier and Type Field Description private SHA1ObjectInserter. hasherMethods in org.eclipse.jgit.lib that return SHA1 Modifier and Type Method Description protected SHA1ObjectInserter. digest()Compute digest to help compute an ObjectId -
Uses of SHA1 in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as SHA1 Modifier and Type Field Description private SHA1PackParser. objectHasher -
Uses of SHA1 in org.eclipse.jgit.util.sha1
Methods in org.eclipse.jgit.util.sha1 that return SHA1 Modifier and Type Method Description static SHA1SHA1. newInstance()Create a new context to compute a SHA-1 hash of data.SHA1SHA1. reset()Reset this instance to compute another hash.SHA1SHA1. setDetectCollision(boolean detect)Enable likely collision detection.
-