Uses of Class
org.eclipse.jgit.api.errors.UnsupportedSigningFormatException
-
Packages that use UnsupportedSigningFormatException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.gpg.bc.internal org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of UnsupportedSigningFormatException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw UnsupportedSigningFormatException Modifier and Type Method Description private 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. -
Uses of UnsupportedSigningFormatException in org.eclipse.jgit.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal that throw UnsupportedSigningFormatException Modifier and Type Method Description boolean
BouncyCastleGpgSigner. canLocateSigningKey(java.lang.String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config)
void
BouncyCastleGpgSigner. signObject(ObjectBuilder object, java.lang.String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config)
-
Uses of UnsupportedSigningFormatException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw UnsupportedSigningFormatException Modifier and Type Method Description boolean
GpgObjectSigner. canLocateSigningKey(java.lang.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, java.lang.String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config)
Signs the specified object.
-