B C F G K L N O P R S U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BCText - Class in org.eclipse.jgit.gpg.bc.internal
-
Externalized text messages for localization.
- BCText() - Constructor for class org.eclipse.jgit.gpg.bc.internal.BCText
- BouncyCastleGpgKeyLocator - Class in org.eclipse.jgit.gpg.bc.internal
-
Locates GPG keys from either
~/.gnupg/private-keys-v1.d
or~/.gnupg/secring.gpg
- BouncyCastleGpgKeyLocator(String, BouncyCastleGpgKeyPassphrasePrompt) - Constructor for class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgKeyLocator
-
Create a new key locator for the specified signing key.
- BouncyCastleGpgSignatureVerifier - Class in org.eclipse.jgit.gpg.bc.internal
-
A
GpgSignatureVerifier
to verify GPG signatures using BouncyCastle. - BouncyCastleGpgSignatureVerifier() - Constructor for class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSignatureVerifier
-
Creates a new instance and registers the BouncyCastle security provider if needed.
- BouncyCastleGpgSignatureVerifierFactory - Class in org.eclipse.jgit.gpg.bc.internal
-
A
GpgSignatureVerifierFactory
that createsGpgSignatureVerifier
instances that verify GPG signatures using BouncyCastle and that do cache public keys. - BouncyCastleGpgSignatureVerifierFactory() - Constructor for class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSignatureVerifierFactory
- BouncyCastleGpgSigner - Class in org.eclipse.jgit.gpg.bc.internal
-
GPG Signer using the BouncyCastle library.
- BouncyCastleGpgSigner() - Constructor for class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner
-
Create a new instance.
- BouncyCastleGpgSignerFactory - Class in org.eclipse.jgit.gpg.bc
-
Factory for creating a
GpgSigner
based on Bouncy Castle.
C
- canLocateSigningKey(String, PersonIdent, CredentialsProvider) - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner
- canLocateSigningKey(String, PersonIdent, CredentialsProvider, GpgConfig) - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner
- clear() - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSignatureVerifier
- corrupt25519Key - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- create() - Static method in class org.eclipse.jgit.gpg.bc.BouncyCastleGpgSignerFactory
-
Creates a new
GpgSigner
. - credentialPassphrase - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- cryptCipherError - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- cryptWrongDecryptedLength - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
F
- findSecretKey() - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgKeyLocator
-
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.
G
- get() - Static method in class org.eclipse.jgit.gpg.bc.internal.BCText
-
Get an instance of this translation bundle.
- getKeyGrip(PGPPublicKey) - Static method in class org.eclipse.jgit.gpg.bc.internal.keys.KeyGrip
-
Computes the keygrip for a
PGPPublicKey
. - getName() - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSignatureVerifier
- getPassphrase() - Method in interface org.eclipse.jgit.gpg.bc.internal.keys.SecretKeys.PassphraseSupplier
-
Supplies a passphrase.
- getVerifier() - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSignatureVerifierFactory
- gpgFailedToParseSecretKey - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgKeyInfo - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNoCredentialsProvider - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNoKeygrip - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNoKeyInLegacySecring - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNoKeyring - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNoPublicKeyFound - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNoSecretKeyForPublicKey - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNoSuchAlgorithm - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgNotASigningKey - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- gpgSigningCancelled - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
K
- KeyGrip - Class in org.eclipse.jgit.gpg.bc.internal.keys
-
Utilities to compute the keygrip of a key.
L
- logWarnGnuPGHome - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- logWarnGpgHomeProperty - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
N
- nonSignatureError - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
O
- org.eclipse.jgit.gpg.bc - module org.eclipse.jgit.gpg.bc
- org.eclipse.jgit.gpg.bc - package org.eclipse.jgit.gpg.bc
- org.eclipse.jgit.gpg.bc.internal - package org.eclipse.jgit.gpg.bc.internal
- org.eclipse.jgit.gpg.bc.internal.keys - package org.eclipse.jgit.gpg.bc.internal.keys
P
- parseSecretKey(InputStream, PBEProtectionRemoverFactory, KeyFingerPrintCalculator) - Method in class org.eclipse.jgit.gpg.bc.internal.keys.SExprParser
-
Parse a secret key from one of the GPG S expression keys.
- parseSecretKey(InputStream, PBEProtectionRemoverFactory, PGPPublicKey) - Method in class org.eclipse.jgit.gpg.bc.internal.keys.SExprParser
-
Parse a secret key from one of the GPG S expression keys associating it with the passed in public key.
R
- readSecretKey(InputStream, PGPDigestCalculatorProvider, SecretKeys.PassphraseSupplier, PGPPublicKey) - Static method in class org.eclipse.jgit.gpg.bc.internal.keys.SecretKeys
-
Reads a GPG secret key from the given stream.
S
- SecretKeys - Class in org.eclipse.jgit.gpg.bc.internal.keys
-
Utilities for reading GPG secret keys from a gpg-agent key file.
- SecretKeys.PassphraseSupplier - Interface in org.eclipse.jgit.gpg.bc.internal.keys
-
Something that can supply a passphrase to decrypt an encrypted secret key.
- secretKeyTooShort - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- sexprHexNotClosed - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- sexprHexOdd - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- SExprParser - Class in org.eclipse.jgit.gpg.bc.internal.keys
-
A parser for secret keys stored in s-expressions.
- SExprParser(PGPDigestCalculatorProvider) - Constructor for class org.eclipse.jgit.gpg.bc.internal.keys.SExprParser
-
Base constructor.
- sexprStringInvalidEscape - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- sexprStringInvalidEscapeAtEnd - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- sexprStringInvalidHexEscape - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- sexprStringInvalidOctalEscape - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- sexprStringNotClosed - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- sexprUnhandled - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- sign(CommitBuilder, String, PersonIdent, CredentialsProvider) - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner
- signatureInconsistent - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- signatureKeyLookupError - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- signatureNoKeyInfo - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- signatureNoPublicKey - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- signatureParseError - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- signatureVerificationError - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- signObject(ObjectBuilder, String, PersonIdent, CredentialsProvider, GpgConfig) - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner
U
- unableToSignCommitNoSecretKey - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- uncompressed25519Key - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- unknownCurve - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- unknownCurveParameters - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
- unknownKeyType - Variable in class org.eclipse.jgit.gpg.bc.internal.BCText
V
- verify(byte[], byte[]) - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSignatureVerifier
- verifySignature(RevObject, GpgConfig) - Method in class org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSignatureVerifier
All Classes All Packages