Uses of Interface
org.eclipse.jgit.lib.Signer
Packages that use Signer
Package
Description
High-level API commands (the porcelain of JGit).
Core API for repository, config, refs, object database.
-
Uses of Signer in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type Signer -
Uses of Signer in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return SignerModifier and TypeMethodDescriptionSignerFactory.create()Creates a new instance of aSignerthat can produce signatures of typeSignerFactory.getType().static SignerSigners.get(GpgConfig.GpgFormat format) Retrieves aSignerthat can produce signatures of the given typeformat.Methods in org.eclipse.jgit.lib with parameters of type SignerModifier and TypeMethodDescriptionstatic voidSigners.set(GpgConfig.GpgFormat format, Signer signer) Sets a specific signer to use for a specific signature type.