Package | Description |
---|---|
org.eclipse.jgit.lib.internal |
Modifier and Type | Field and Description |
---|---|
private BouncyCastleGpgKeyPassphrasePrompt |
BouncyCastleGpgKeyLocator.passphrasePrompt |
Modifier and Type | Method and Description |
---|---|
private BouncyCastleGpgKey |
BouncyCastleGpgSigner.locateSigningKey(java.lang.String gpgSigningKey,
PersonIdent committer,
BouncyCastleGpgKeyPassphrasePrompt passphrasePrompt) |
Constructor and Description |
---|
BouncyCastleGpgKeyLocator(java.lang.String signingKey,
BouncyCastleGpgKeyPassphrasePrompt passphrasePrompt)
Create a new key locator for the specified signing key.
|