Method and Description |
---|
org.bouncycastle.openpgp.PGPEncryptedDataList.getEncyptedDataObjects()
misspelt - use getEncryptedDataObjects()
|
org.bouncycastle.bcpg.sig.PreferredAlgorithms.getPreferrences()
mispelt!
|
Constructor and Description |
---|
org.bouncycastle.openpgp.PGPKeyPair(int, KeyPair, Date, String)
use version without provider.
|
org.bouncycastle.openpgp.PGPKeyPair(int, PublicKey, PrivateKey, Date, String)
use version without provider.
|