Uses of Class
org.eclipse.jgit.api.errors.CanceledException
Packages that use CanceledException
Package
Description
High-level API commands (the porcelain of JGit).
Reading and editing the directory cache (index).
Core API for repository, config, refs, object database.
-
Uses of CanceledException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw CanceledException -
Uses of CanceledException in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache that throw CanceledException -
Uses of CanceledException in org.eclipse.jgit.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal that throw CanceledExceptionModifier and TypeMethodDescriptionprivate org.bouncycastle.openpgp.PGPSecretKeyBouncyCastleGpgKeyLocator.attemptParseSecretKey(Path keyFile, org.bouncycastle.openpgp.operator.PGPDigestCalculatorProvider calculatorProvider, SecretKeys.PassphraseSupplier passphraseSupplier, org.bouncycastle.openpgp.PGPPublicKey publicKey) booleanBouncyCastleGpgSigner.canLocateSigningKey(String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider) booleanBouncyCastleGpgSigner.canLocateSigningKey(String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) BouncyCastleGpgKeyLocator.findSecretKey()If there is a private key directory containing keys, use pubring.kbx or pubring.gpg to find the public key; then try to find the secret key in the directory.private BouncyCastleGpgKeyBouncyCastleGpgKeyLocator.findSecretKeyForKeyBoxPublicKey(org.bouncycastle.openpgp.PGPPublicKey publicKey, Path userKeyboxPath) char[]BouncyCastleGpgKeyPassphrasePrompt.getPassphrase(byte[] keyFingerprint, Path keyLocation) Prompts use for a passphrase unless one was cached from a previous prompt.private BouncyCastleGpgKeyBouncyCastleGpgSigner.locateSigningKey(String gpgSigningKey, PersonIdent committer, BouncyCastleGpgKeyPassphrasePrompt passphrasePrompt) voidBouncyCastleGpgSigner.sign(CommitBuilder commit, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider) voidBouncyCastleGpgSigner.signObject(ObjectBuilder object, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) -
Uses of CanceledException in org.eclipse.jgit.gpg.bc.internal.keys
Methods in org.eclipse.jgit.gpg.bc.internal.keys that throw CanceledExceptionModifier and TypeMethodDescriptionchar[]SecretKeys.PassphraseSupplier.getPassphrase()Supplies a passphrase.static org.bouncycastle.openpgp.PGPSecretKeySecretKeys.readSecretKey(InputStream in, org.bouncycastle.openpgp.operator.PGPDigestCalculatorProvider calculatorProvider, SecretKeys.PassphraseSupplier passphraseSupplier, org.bouncycastle.openpgp.PGPPublicKey publicKey) Reads a GPG secret key from the given stream. -
Uses of CanceledException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw CanceledExceptionModifier 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.abstract booleanGpgSigner.canLocateSigningKey(String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider) Indicates if a signing key is available for the specified committer and/or signing key.abstract voidGpgSigner.sign(CommitBuilder commit, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider) Signs the specified commit.voidGpgObjectSigner.signObject(ObjectBuilder object, String gpgSigningKey, PersonIdent committer, CredentialsProvider credentialsProvider, GpgConfig config) Signs the specified object.