Uses of Interface
org.eclipse.jgit.gpg.bc.internal.keys.SecretKeys.PassphraseSupplier
Packages that use SecretKeys.PassphraseSupplier
-
Uses of SecretKeys.PassphraseSupplier in org.eclipse.jgit.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal with parameters of type SecretKeys.PassphraseSupplierModifier and TypeMethodDescriptionprivate org.bouncycastle.openpgp.PGPSecretKey
BouncyCastleGpgKeyLocator.attemptParseSecretKey
(Path keyFile, org.bouncycastle.openpgp.operator.PGPDigestCalculatorProvider calculatorProvider, SecretKeys.PassphraseSupplier passphraseSupplier, org.bouncycastle.openpgp.PGPPublicKey publicKey) -
Uses of SecretKeys.PassphraseSupplier in org.eclipse.jgit.gpg.bc.internal.keys
Methods in org.eclipse.jgit.gpg.bc.internal.keys with parameters of type SecretKeys.PassphraseSupplierModifier and TypeMethodDescriptionstatic org.bouncycastle.openpgp.PGPSecretKey
SecretKeys.readSecretKey
(InputStream in, org.bouncycastle.openpgp.operator.PGPDigestCalculatorProvider calculatorProvider, SecretKeys.PassphraseSupplier passphraseSupplier, org.bouncycastle.openpgp.PGPPublicKey publicKey) Reads a GPG secret key from the given stream.