152153154155156157158159160161162
PublicKey pubKey, Date time, String provider) throws PGPException, NoSuchProviderException { BCPGKey bcpgKey; if (pubKey instanceof RSAPublicKey) { RSAPublicKey rK = (RSAPublicKey)pubKey;
5960616263646566676869
private int keyStrength; private void init() throws IOException { BCPGKey key = publicPk.getKey(); if (publicPk.getVersion() <= 3) { RSAPublicBCPGKey rK = (RSAPublicBCPGKey)key;
159160161162163164165166167168169
int algorithm, PublicKey pubKey, Date time) throws PGPException { BCPGKey bcpgKey; if (pubKey instanceof RSAPublicKey) { RSAPublicKey rK = (RSAPublicKey)pubKey;