152153154155156157158159160161162
PublicKey pubKey, Date time, String provider) throws PGPException, NoSuchProviderException { BCPGKey bcpgKey; if (pubKey instanceof RSAPublicKey) { RSAPublicKey rK = (RSAPublicKey)pubKey;