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.PGPPrivateKey(PrivateKey, long)
use JcaPGPKeyConverter
|
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.
|