mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-18 05:12:16 -05:00
needs to be public...
This commit is contained in:
parent
9f38c1436c
commit
715ba7604c
@ -64,7 +64,7 @@ public class PGPSecretKey
|
|||||||
this(privKey, pubKey, checksumCalculator, false, keyEncryptor);
|
this(privKey, pubKey, checksumCalculator, false, keyEncryptor);
|
||||||
}
|
}
|
||||||
|
|
||||||
PGPSecretKey(
|
public PGPSecretKey(
|
||||||
PGPPrivateKey privKey,
|
PGPPrivateKey privKey,
|
||||||
PGPPublicKey pubKey,
|
PGPPublicKey pubKey,
|
||||||
PGPDigestCalculator checksumCalculator,
|
PGPDigestCalculator checksumCalculator,
|
||||||
|
Loading…
Reference in New Issue
Block a user