| Method and Description |
|---|
| org.spongycastle.openpgp.PGPEncryptedDataList.getEncyptedDataObjects()
misspelt - use getEncryptedDataObjects()
|
| org.spongycastle.openpgp.PGPSignatureSubpacketVector.getNotationDataOccurences()
use getNotationDataOccurrences()
|
| org.spongycastle.bcpg.sig.PreferredAlgorithms.getPreferrences()
mispelt!
|
| Constructor and Description |
|---|
| org.spongycastle.openpgp.PGPObjectFactory(byte[])
use JcaPGPObjectFactory or BcPGPObjectFactory
|
| org.spongycastle.openpgp.PGPObjectFactory(InputStream) |
| org.spongycastle.openpgp.PGPPublicKeyRingCollection(byte[])
use JcePGPPublicKeyRingCollection or BcPGPPublicKeyRingCollection.
|
| org.spongycastle.openpgp.PGPPublicKeyRingCollection(InputStream)
use JcePGPPublicKeyRingCollection or BcPGPPublicKeyRingCollection.
|
| org.spongycastle.openpgp.PGPSecretKeyRingCollection(byte[])
use JcePGPSecretKeyRingCollection or BcPGPSecretKeyRingCollection.
|
| org.spongycastle.openpgp.PGPSecretKeyRingCollection(InputStream)
use JcePGPSecretKeyRingCollection or BcPGPSecretKeyRingCollection.
|