mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
make sure method is public
This commit is contained in:
parent
af5e01db8e
commit
65d328be14
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user