make sure method is public

This commit is contained in:
Ashley Hughes 2014-02-01 17:28:56 +00:00
parent af5e01db8e
commit 65d328be14

View File

@ -478,7 +478,7 @@ public class PGPSecretKeyRing
return new PGPSecretKeyRing(keys, secRing.extraPubKeys); return new PGPSecretKeyRing(keys, secRing.extraPubKeys);
} }
static PGPSecretKey readSubkey(BCPGInputStream in, KeyFingerPrintCalculator fingerPrintCalculator) public static PGPSecretKey readSubkey(BCPGInputStream in, KeyFingerPrintCalculator fingerPrintCalculator)
throws IOException, PGPException throws IOException, PGPException
{ {
SecretSubkeyPacket sub = (SecretSubkeyPacket)in.readPacket(); SecretSubkeyPacket sub = (SecretSubkeyPacket)in.readPacket();