Uses of Class
org.eclipse.jgit.api.errors.UnsupportedSigningFormatException
Packages that use UnsupportedSigningFormatException
-
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.