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.PGPPublicKeyBouncyCastleGpgKeyLocator. 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.KeyBoxBouncyCastleGpgKeyLocator. readKeyBoxFile(java.nio.file.Path keyboxFile)
-