Uses of Class
org.eclipse.jgit.api.errors.UnsupportedSigningFormatException
Packages that use UnsupportedSigningFormatException
Package
Description
High-level API commands (the porcelain of JGit).
Core API for repository, config, refs, object database.
-
Uses of UnsupportedSigningFormatException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw UnsupportedSigningFormatExceptionModifier and TypeMethodDescriptionprivate void
CommitCommand.processOptions
(RepositoryState state, RevWalk rw) Sets default values for not explicitly specified options.private void
TagCommand.processOptions
(RepositoryState state) Sets default values for not explicitly specified options.private void
CommitCommand.sign
(CommitBuilder commit) -
Uses of UnsupportedSigningFormatException in org.eclipse.jgit.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal that throw UnsupportedSigningFormatExceptionModifier and TypeMethodDescriptionboolean
BouncyCastleGpgSigner.canLocateSigningKey
(String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) void
BouncyCastleGpgSigner.signObject
(ObjectBuilder object, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) -
Uses of UnsupportedSigningFormatException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw UnsupportedSigningFormatExceptionModifier and TypeMethodDescriptionboolean
GpgObjectSigner.canLocateSigningKey
(String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) Indicates if a signing key is available for the specified committer and/or signing key.void
GpgObjectSigner.signObject
(ObjectBuilder object, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) Signs the specified object.