Uses of Class
org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgKeyPassphrasePrompt
-
Packages that use BouncyCastleGpgKeyPassphrasePrompt Package Description org.eclipse.jgit.gpg.bc.internal -
-
Uses of BouncyCastleGpgKeyPassphrasePrompt in org.eclipse.jgit.gpg.bc.internal
Fields in org.eclipse.jgit.gpg.bc.internal declared as BouncyCastleGpgKeyPassphrasePrompt Modifier and Type Field Description private BouncyCastleGpgKeyPassphrasePrompt
BouncyCastleGpgKeyLocator. passphrasePrompt
Methods in org.eclipse.jgit.gpg.bc.internal with parameters of type BouncyCastleGpgKeyPassphrasePrompt Modifier and Type Method Description private BouncyCastleGpgKey
BouncyCastleGpgSigner. locateSigningKey(java.lang.String gpgSigningKey, PersonIdent committer, BouncyCastleGpgKeyPassphrasePrompt passphrasePrompt)
Constructors in org.eclipse.jgit.gpg.bc.internal with parameters of type BouncyCastleGpgKeyPassphrasePrompt Constructor Description BouncyCastleGpgKeyLocator(java.lang.String signingKey, BouncyCastleGpgKeyPassphrasePrompt passphrasePrompt)
Create a new key locator for the specified signing key.
-