Bouncy Castle Cryptography 1.51

Deprecated API


Contents
Deprecated Methods
org.bouncycastle.openpgp.PGPEncryptedDataList.getEncyptedDataObjects()
          misspelt - use getEncryptedDataObjects() 
org.bouncycastle.openpgp.PGPSignatureSubpacketVector.getNotationDataOccurences()
          use getNotationDataOccurrences() 
org.bouncycastle.bcpg.sig.PreferredAlgorithms.getPreferrences()
          mispelt! 
 

Deprecated Constructors
org.bouncycastle.openpgp.PGPObjectFactory(byte[])
          use JcaPGPObjectFactory or BcPGPObjectFactory 
org.bouncycastle.openpgp.PGPObjectFactory(InputStream)
          use JcaPGPObjectFactory or BcPGPObjectFactory 
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. 
 


Bouncy Castle Cryptography 1.51