| Interface and Description |
|---|
| org.bouncycastle.jce.interfaces.ElGamalPublicKey
just use DHPublicKey.
|
| Class and Description |
|---|
| org.bouncycastle.asn1.BERBitStringParser
Check for 'ASN1BitStringParser' instead
|
| org.bouncycastle.asn1.BEROctetStringParser
Check for 'ASN1OctetStringParser' instead
|
| org.bouncycastle.asn1.BERSequenceParser
Check for 'ASN1SequenceParser' instead
|
| org.bouncycastle.asn1.BERSetParser
Check for 'ASN1SetParser' instead
|
| org.bouncycastle.asn1.DEROctetStringParser
Check for 'ASN1OctetStringParser' instead
|
| org.bouncycastle.asn1.DLBitStringParser
Check for 'ASN1BitStringParser' instead
|
| org.bouncycastle.asn1.DLSequenceParser
Check for 'ASN1SequenceParser' instead
|
| org.bouncycastle.asn1.DLSetParser
Check for 'ASN1SetParser' instead
|
| org.bouncycastle.jce.provider.X509CertificateObject
Do not use this class directly - either use org.bouncycastle.cert (bcpkix) or CertificateFactory.
|
| org.bouncycastle.jce.provider.X509CRLObject
Do not use this class directly - either use org.bouncycastle.cert (bcpkix) or CertificateFactory.
|
| Constructor and Description |
|---|
| org.bouncycastle.crypto.modes.CBCBlockCipher(BlockCipher)
use the CBCBlockCipher.newInstance() static method.
|
| org.bouncycastle.crypto.modes.CCMBlockCipher(BlockCipher)
use the CCMBlockCipher.newInstance() static method.
|
| org.bouncycastle.math.ec.ECCurve.F2m(int, int, BigInteger, BigInteger)
use constructor taking order/cofactor
|
| org.bouncycastle.math.ec.ECCurve.F2m(int, int, int, int, BigInteger, BigInteger)
use constructor taking order/cofactor
|
| org.bouncycastle.math.ec.ECCurve.Fp(BigInteger, BigInteger, BigInteger)
use constructor taking order/cofactor
|
| org.bouncycastle.asn1.x509.PolicyQualifierInfo(ASN1Sequence)
use PolicyQualifierInfo.getInstance()
|
| org.bouncycastle.crypto.modes.SICBlockCipher(BlockCipher)
use newInstance() method.
|
| org.bouncycastle.asn1.x500.X500Name(X500NameStyle, X500Name)
use the getInstance() method that takes a style.
|