Uses of Interface
org.eclipse.jgit.lib.GpgSignatureVerifier
Packages that use GpgSignatureVerifier
Package
Description
High-level API commands (the porcelain of JGit).
Core API for repository, config, refs, object database.
-
Uses of GpgSignatureVerifier in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as GpgSignatureVerifierMethods in org.eclipse.jgit.api that return GpgSignatureVerifierModifier and TypeMethodDescriptionVerifySignatureCommand.getVerifier()Retrieves the currently setGpgSignatureVerifier.Methods in org.eclipse.jgit.api with parameters of type GpgSignatureVerifierModifier and TypeMethodDescriptionVerifySignatureCommand.setVerifier(GpgSignatureVerifier verifier) Sets theGpgSignatureVerifierto use. -
Uses of GpgSignatureVerifier in org.eclipse.jgit.gpg.bc.internal
Classes in org.eclipse.jgit.gpg.bc.internal that implement GpgSignatureVerifierModifier and TypeClassDescriptionclassAGpgSignatureVerifierto verify GPG signatures using BouncyCastle.Methods in org.eclipse.jgit.gpg.bc.internal that return GpgSignatureVerifier -
Uses of GpgSignatureVerifier in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return GpgSignatureVerifierModifier and TypeMethodDescriptionabstract GpgSignatureVerifierGpgSignatureVerifierFactory.getVerifier()Creates a newGpgSignatureVerifier. -
Uses of GpgSignatureVerifier in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm declared as GpgSignatureVerifier