Uses of Class
org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgKeyLocator.NoOpenPgpKeyException
-
Packages that use BouncyCastleGpgKeyLocator.NoOpenPgpKeyException Package Description org.eclipse.jgit.gpg.bc.internal -
-
Uses of BouncyCastleGpgKeyLocator.NoOpenPgpKeyException in org.eclipse.jgit.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal that throw BouncyCastleGpgKeyLocator.NoOpenPgpKeyException Modifier and Type Method Description private static org.bouncycastle.openpgp.PGPPublicKey
BouncyCastleGpgKeyLocator. findPublicKeyInKeyBox(java.nio.file.Path keyboxFile, java.lang.String keyId, java.lang.String keySpec)
Finds a public key associated with the signing key.private static org.bouncycastle.gpg.keybox.KeyBox
BouncyCastleGpgKeyLocator. readKeyBoxFile(java.nio.file.Path keyboxFile)
-