Deprecated Methods |
org.bouncycastle.openpgp.PGPEncryptedDataGenerator.addMethod(char[])
use addMethod that takes PGPKeyEncryptionMethodGenerator |
org.bouncycastle.openpgp.PGPEncryptedDataGenerator.addMethod(char[], int)
use addMethod that takes PGPKeyEncryptionMethodGenerator |
org.bouncycastle.openpgp.PGPEncryptedDataGenerator.addMethod(PGPPublicKey)
use addMethod that takes PGPKeyEncryptionMethodGenerator |
org.bouncycastle.openpgp.PGPSecretKey.copyWithNewPassword(PGPSecretKey, char[], char[], int, SecureRandom, Provider)
use method taking PBESecretKeyDecryptor and PBESecretKeyEncryptor |
org.bouncycastle.openpgp.PGPSecretKey.copyWithNewPassword(PGPSecretKey, char[], char[], int, SecureRandom, String)
use method taking PBESecretKeyDecryptor and PBESecretKeyEncryptor |
org.bouncycastle.openpgp.PGPSecretKey.extractPrivateKey(char[], Provider)
use method that takes a PBESecretKeyDecryptor |
org.bouncycastle.openpgp.PGPSecretKey.extractPrivateKey(char[], String)
use method that takes a PBESecretKeyDecryptor |
org.bouncycastle.openpgp.PGPPBEEncryptedData.getDataStream(char[], Provider)
use PBEDataDecryptorFactory method |
org.bouncycastle.openpgp.PGPPBEEncryptedData.getDataStream(char[], String)
use PBEDataDecryptorFactory method |
org.bouncycastle.openpgp.PGPPublicKeyEncryptedData.getDataStream(PGPPrivateKey, Provider)
use method that takes a PublicKeyDataDecryptorFactory |
org.bouncycastle.openpgp.PGPPublicKeyEncryptedData.getDataStream(PGPPrivateKey, Provider, Provider)
use method that takes a PublicKeyDataDecryptorFactory |
org.bouncycastle.openpgp.PGPPublicKeyEncryptedData.getDataStream(PGPPrivateKey, String)
use method that takes a PublicKeyDataDecryptorFactory |
org.bouncycastle.openpgp.PGPPublicKeyEncryptedData.getDataStream(PGPPrivateKey, String, String)
use method that takes a PublicKeyDataDecryptorFactory |
org.bouncycastle.openpgp.PGPEncryptedDataList.getEncyptedDataObjects()
misspelt - use getEncryptedDataObjects() |
org.bouncycastle.openpgp.PGPPrivateKey.getKey()
use a JcaPGPKeyConverter |
org.bouncycastle.openpgp.PGPPublicKey.getKey(Provider)
use a JcaPGPKeyConverter |
org.bouncycastle.openpgp.PGPPublicKey.getKey(String)
use a JcaPGPKeyConverter |
org.bouncycastle.bcpg.sig.PreferredAlgorithms.getPreferrences()
mispelt! |
org.bouncycastle.openpgp.PGPPublicKeyEncryptedData.getSymmetricAlgorithm(PGPPrivateKey, Provider)
use the method taking a PublicKeyDataDecryptorFactory |
org.bouncycastle.openpgp.PGPPublicKeyEncryptedData.getSymmetricAlgorithm(PGPPrivateKey, String)
use the method taking a PublicKeyDataDecryptorFactory |
org.bouncycastle.openpgp.PGPSignatureGenerator.initSign(int, PGPPrivateKey)
use init() method |
org.bouncycastle.openpgp.PGPV3SignatureGenerator.initSign(int, PGPPrivateKey)
use init() |
org.bouncycastle.openpgp.PGPSignatureGenerator.initSign(int, PGPPrivateKey, SecureRandom)
random parameter now ignored. |
org.bouncycastle.openpgp.PGPV3SignatureGenerator.initSign(int, PGPPrivateKey, SecureRandom)
random now ignored - set random in PGPContentSignerBuilder |
org.bouncycastle.openpgp.PGPOnePassSignature.initVerify(PGPPublicKey, Provider)
use init() method. |
org.bouncycastle.openpgp.PGPSignature.initVerify(PGPPublicKey, Provider)
use init(PGPContentVerifierBuilderProvider, PGPPublicKey) |
org.bouncycastle.openpgp.PGPOnePassSignature.initVerify(PGPPublicKey, String)
use init() method. |
org.bouncycastle.openpgp.PGPSignature.initVerify(PGPPublicKey, String)
use init(PGPContentVerifierBuilderProvider, PGPPublicKey) |
Deprecated Constructors |
org.bouncycastle.openpgp.PGPEncryptedDataGenerator(int, boolean, SecureRandom, Provider)
use constructor that takes a PGPDataEncryptorBuilder |
org.bouncycastle.openpgp.PGPEncryptedDataGenerator(int, boolean, SecureRandom, String)
use constructor that takes a PGPDataEncryptorBuilder |
org.bouncycastle.openpgp.PGPEncryptedDataGenerator(int, SecureRandom, boolean, Provider)
use constructor that takes a PGPDataEncryptorBuilder |
org.bouncycastle.openpgp.PGPEncryptedDataGenerator(int, SecureRandom, boolean, String)
use constructor that takes a PGPDataEncryptorBuilder |
org.bouncycastle.openpgp.PGPEncryptedDataGenerator(int, SecureRandom, Provider)
use constructor that takes a PGPDataEncryptorBuilder |
org.bouncycastle.openpgp.PGPEncryptedDataGenerator(int, SecureRandom, String)
use constructor that takes a PGPDataEncryptor |
org.bouncycastle.openpgp.PGPKeyPair(int, KeyPair, Date)
use BcPGPKeyPair or JcaPGPKeyPair as appropriate. |
org.bouncycastle.openpgp.PGPKeyPair(int, KeyPair, Date, String)
use BcPGPKeyPair or JcaPGPKeyPair as appropriate. |
org.bouncycastle.openpgp.PGPKeyPair(int, PublicKey, PrivateKey, Date)
use BcPGPKeyPair or JcaPGPKeyPair as appropriate. |
org.bouncycastle.openpgp.PGPKeyPair(int, PublicKey, PrivateKey, Date, String)
use BcPGPKeyPair or JcaPGPKeyPair as appropriate. |
org.bouncycastle.openpgp.PGPKeyRingGenerator(int, PGPKeyPair, String, int, char[], boolean, PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, Provider)
use method taking PBESecretKeyEncryptor |
org.bouncycastle.openpgp.PGPKeyRingGenerator(int, PGPKeyPair, String, int, char[], boolean, PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, String)
use method taking PBESecretKeyDecryptor |
org.bouncycastle.openpgp.PGPKeyRingGenerator(int, PGPKeyPair, String, int, char[], PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, String)
use method taking PBESecretKeyDecryptor |
org.bouncycastle.openpgp.PGPPublicKey(int, PublicKey, Date)
use JcaPGPKeyConverter.getPGPPublicKey() |
org.bouncycastle.openpgp.PGPPublicKey(int, PublicKey, Date, String)
use JcaPGPKeyConverter.getPGPPublicKey() |
org.bouncycastle.openpgp.PGPPublicKeyRing(byte[])
use version that takes a KeyFingerPrintCalculator |
org.bouncycastle.openpgp.PGPPublicKeyRing(InputStream)
use version that takes a KeyFingerPrintCalculator |
org.bouncycastle.openpgp.PGPSecretKey(int, int, PublicKey, PrivateKey, Date, String, int, char[], boolean, PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, String)
use method taking PBESecretKeyEncryptor |
org.bouncycastle.openpgp.PGPSecretKey(int, int, PublicKey, PrivateKey, Date, String, int, char[], PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, String)
use method taking PBESecretKeyEncryptor |
org.bouncycastle.openpgp.PGPSecretKey(int, int, PublicKey, PrivateKey, Date, String, PGPDigestCalculator, PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, PGPContentSignerBuilder, PBESecretKeyEncryptor)
use method taking PGPKeyPair |
org.bouncycastle.openpgp.PGPSecretKey(int, int, PublicKey, PrivateKey, Date, String, PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, PGPContentSignerBuilder, PBESecretKeyEncryptor)
use method taking PGPKeyPair |
org.bouncycastle.openpgp.PGPSecretKey(int, PGPKeyPair, String, int, char[], boolean, PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, Provider)
use method taking PBESecretKeyEncryptor |
org.bouncycastle.openpgp.PGPSecretKey(int, PGPKeyPair, String, int, char[], boolean, PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, String)
use method taking PBESecretKeyEncryptor |
org.bouncycastle.openpgp.PGPSecretKey(int, PGPKeyPair, String, int, char[], PGPSignatureSubpacketVector, PGPSignatureSubpacketVector, SecureRandom, String)
use method taking PBESecretKeyEncryptor |
org.bouncycastle.openpgp.PGPSecretKeyRing(byte[])
use version that takes KeyFingerprintCalculator |
org.bouncycastle.openpgp.PGPSecretKeyRing(InputStream)
use version that takes KeyFingerprintCalculator |
org.bouncycastle.openpgp.PGPSignatureGenerator(int, int, Provider)
use method taking a PGPContentSignerBuilder |
org.bouncycastle.openpgp.PGPSignatureGenerator(int, int, String)
use method taking a PGPContentSignerBuilder |
org.bouncycastle.openpgp.PGPSignatureGenerator(int, Provider, int, Provider)
use constructor taking PGPContentSignerBuilder. |
org.bouncycastle.openpgp.PGPSignatureGenerator(int, String, int, String)
use method taking a PGPContentSignerBuilder |
org.bouncycastle.openpgp.PGPV3SignatureGenerator(int, int, Provider)
use constructor taking PGPContentSignerBuilder. |
org.bouncycastle.openpgp.PGPV3SignatureGenerator(int, int, String)
use constructor taking PGPContentSignerBuilder. |