needs to be public...

This commit is contained in:
Ashley Hughes 2014-01-30 15:43:33 +00:00
parent 9f38c1436c
commit 715ba7604c

View File

@ -64,7 +64,7 @@ public class PGPSecretKey
this(privKey, pubKey, checksumCalculator, false, keyEncryptor);
}
PGPSecretKey(
public PGPSecretKey(
PGPPrivateKey privKey,
PGPPublicKey pubKey,
PGPDigestCalculator checksumCalculator,