Bouncy Castle Cryptography 1.26

Deprecated API


Contents
Deprecated Classes
org.bouncycastle.asn1.BERConstructedSequence
          use BERSequence 
org.bouncycastle.asn1.BERInputStream
          use ASN1InputStream 
org.bouncycastle.asn1.DERConstructedSequence
          use DERSequence. 
org.bouncycastle.asn1.DERConstructedSet
          use DERSet 
org.bouncycastle.asn1.util.DERDump
          use ASN1Dump. 
org.bouncycastle.asn1.DERInputStream
          use ASN1InputStream 
org.bouncycastle.crypto.modes.PaddedBlockCipher
          use org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher instead. 
org.bouncycastle.asn1.pkcs.PBES2Algorithms
          - use AlgorithmIdentifier and PBES2Params 
org.bouncycastle.jce.X509V1CertificateGenerator
          use the equivalent class in org.bouncycastle.x509 
org.bouncycastle.jce.X509V2CRLGenerator
          use the equivalent class in org.bouncycastle.x509 
org.bouncycastle.jce.X509V3CertificateGenerator
          use the equivalent class in org.bouncycastle.x509 
 

Deprecated Methods
org.bouncycastle.jce.provider.JDKISOSignature.engineGetParameter(String)
            
org.bouncycastle.jce.provider.JDKDigestSignature.engineGetParameter(String)
            
org.bouncycastle.jce.provider.JDKDSASigner.engineGetParameter(String)
            
org.bouncycastle.jce.provider.JDKISOSignature.engineSetParameter(String, Object)
          replaced with  
org.bouncycastle.jce.provider.JDKDigestSignature.engineSetParameter(String, Object)
          replaced with  
org.bouncycastle.jce.provider.JDKPSSSigner.engineSetParameter(String, Object)
          replaced with  
org.bouncycastle.jce.provider.JDKDSASigner.engineSetParameter(String, Object)
          replaced with  
org.bouncycastle.asn1.x509.CertificatePolicies.getInstance(ASN1TaggedObject, boolean)
          use an ASN1Sequence of PolicyInformation 
org.bouncycastle.asn1.x509.CertificatePolicies.getInstance(Object)
          use an ASN1Sequence of PolicyInformation 
org.bouncycastle.asn1.x509.CertificatePolicies.toASN1Object()
          use an ASN1Sequence of PolicyInformation 
 

Deprecated Constructors
org.bouncycastle.asn1.x509.BasicConstraints(boolean, int)
          use one of the other two unambigous constructors. 
org.bouncycastle.crypto.macs.BlockCipherMac(BlockCipher)
          use CBCBlockCipherMac 
org.bouncycastle.crypto.macs.BlockCipherMac(BlockCipher, int)
          use CBCBlockCipherMac 
org.bouncycastle.asn1.x509.CertificatePolicies(ASN1Sequence)
          use an ASN1Sequence of PolicyInformation 
org.bouncycastle.asn1.x509.CertificatePolicies(DERObjectIdentifier)
          use an ASN1Sequence of PolicyInformation 
org.bouncycastle.asn1.x509.CertificatePolicies(String)
          use an ASN1Sequence of PolicyInformation 
org.bouncycastle.asn1.DERInputStream(InputStream)
          use ASN1InputStream 
 


Bouncy Castle Cryptography 1.26