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