Uses of Interface
org.eclipse.jgit.gpg.bc.internal.keys.SecretKeys.PassphraseSupplier
-
Packages that use SecretKeys.PassphraseSupplier Package Description org.eclipse.jgit.gpg.bc.internal.keys -
-
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.PassphraseSupplier Modifier and Type Method Description static 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.
-