Uses of Class
org.eclipse.jgit.signing.ssh.VerificationException
Packages that use VerificationException
-
Uses of VerificationException in org.eclipse.jgit.internal.signing.ssh
Methods in org.eclipse.jgit.internal.signing.ssh that throw VerificationException -
Uses of VerificationException in org.eclipse.jgit.signing.ssh
Methods in org.eclipse.jgit.signing.ssh that throw VerificationExceptionModifier and TypeMethodDescriptionSigningKeyDatabase.isAllowed(org.eclipse.jgit.lib.Repository repository, org.eclipse.jgit.lib.GpgConfig config, PublicKey key, String namespace, org.eclipse.jgit.lib.PersonIdent ident) Checks whether the given key is allowed to be used for signing, and if allowed returns the principal.