Uses of Class
org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgKeyPassphrasePrompt
Packages that use BouncyCastleGpgKeyPassphrasePrompt
-
Uses of BouncyCastleGpgKeyPassphrasePrompt in org.eclipse.jgit.gpg.bc.internal
Fields in org.eclipse.jgit.gpg.bc.internal declared as BouncyCastleGpgKeyPassphrasePromptMethods in org.eclipse.jgit.gpg.bc.internal with parameters of type BouncyCastleGpgKeyPassphrasePromptModifier and TypeMethodDescriptionprivate BouncyCastleGpgKeyBouncyCastleGpgSigner.locateSigningKey(String gpgSigningKey, PersonIdent committer, BouncyCastleGpgKeyPassphrasePrompt passphrasePrompt) Constructors in org.eclipse.jgit.gpg.bc.internal with parameters of type BouncyCastleGpgKeyPassphrasePromptModifierConstructorDescriptionBouncyCastleGpgKeyLocator(String signingKey, BouncyCastleGpgKeyPassphrasePrompt passphrasePrompt) Create a new key locator for the specified signing key.