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 |
---|---|
GpgSignatureVerifier |
VerifySignatureCommand.getVerifier()
Retrieves the currently set
GpgSignatureVerifier . |
Modifier and Type | Method and Description |
---|---|
VerifySignatureCommand |
VerifySignatureCommand.setVerifier(GpgSignatureVerifier verifier)
Sets the
GpgSignatureVerifier to use. |
Modifier and Type | Class and Description |
---|---|
class |
BouncyCastleGpgSignatureVerifier
A
GpgSignatureVerifier to verify GPG signatures using BouncyCastle. |
Modifier and Type | Method and Description |
---|---|
GpgSignatureVerifier |
BouncyCastleGpgSignatureVerifierFactory.getVerifier() |
Modifier and Type | Method and Description |
---|---|
abstract GpgSignatureVerifier |
GpgSignatureVerifierFactory.getVerifier()
Creates a new
GpgSignatureVerifier . |
Copyright © 2021 Eclipse JGit Project. All rights reserved.