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.
|
Modifier and Type | Method and Description |
---|---|
PullResult |
PullCommand.call() |
Modifier and Type | Method and Description |
---|---|
boolean |
BouncyCastleGpgSigner.canLocateSigningKey(String gpgSigningKey,
PersonIdent committer,
CredentialsProvider credentialsProvider) |
org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgKey |
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.
|
void |
BouncyCastleGpgSigner.sign(CommitBuilder commit,
String gpgSigningKey,
PersonIdent committer,
CredentialsProvider credentialsProvider) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
GpgSigner.canLocateSigningKey(String gpgSigningKey,
PersonIdent committer,
CredentialsProvider credentialsProvider)
Indicates if a signing key is available for the specified committer
and/or signing key.
|
abstract void |
GpgSigner.sign(CommitBuilder commit,
String gpgSigningKey,
PersonIdent committer,
CredentialsProvider credentialsProvider)
Signs the specified commit.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.