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 voidCommitCommand.processOptions(RepositoryState state, RevWalk rw) Sets default values for not explicitly specified options.private voidTagCommand.processOptions(RepositoryState state) Sets default values for not explicitly specified options.private voidCommitCommand.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 TypeMethodDescriptionbooleanBouncyCastleGpgSigner.canLocateSigningKey(String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) voidBouncyCastleGpgSigner.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 TypeMethodDescriptionbooleanGpgObjectSigner.canLocateSigningKey(String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) Indicates if a signing key is available for the specified committer and/or signing key.voidGpgObjectSigner.signObject(ObjectBuilder object, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) Signs the specified object.