Uses of Class
org.eclipse.jgit.api.errors.UnsupportedSigningFormatException
-
Packages that use UnsupportedSigningFormatException Package Description 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.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal that throw UnsupportedSigningFormatException Modifier and Type Method Description booleanBouncyCastleGpgSigner. 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 UnsupportedSigningFormatException Modifier and Type Method Description booleanGpgObjectSigner. 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.
-