| Bouncy Castle Cryptography Library 1.33 | |
| Frames | No Frames |
Deprecated Classes | |
| BERConstructedSequence use BERSequence | |
| BERInputStream use ASN1InputStream | |
| DERConstructedSequence use DERSequence. | |
| DERConstructedSet use DERSet | |
| DERDump use ASN1Dump. | |
| DERInputStream use ASN1InputStream | |
| PaddedBlockCipher use org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher instead. | |
| PBES2Algorithms - use AlgorithmIdentifier and PBES2Parameters | |
| PKCS7SignedData this class really is obsolete - use the CMS package. | |
| X509V1CertificateGenerator use the equivalent class in org.bouncycastle.x509 | |
| X509V2CRLGenerator use the equivalent class in org.bouncycastle.x509 | |
| X509V3CertificateGenerator use the equivalent class in org.bouncycastle.x509 | |
Deprecated Constructors | |
| org.bouncycastle.asn1.x509.BasicConstraints.BasicConstraints(boolean,int) use one of the other two unambigous constructors. | |
| org.bouncycastle.crypto.macs.BlockCipherMac.BlockCipherMac(BlockCipher) use CBCBlockCipherMac | |
| org.bouncycastle.crypto.macs.BlockCipherMac.BlockCipherMac(BlockCipher,int) use CBCBlockCipherMac | |
| org.bouncycastle.asn1.x509.CertificatePolicies.CertificatePolicies(ASN1Sequence) use an ASN1Sequence of PolicyInformation | |
| org.bouncycastle.asn1.x509.CertificatePolicies.CertificatePolicies(DERObjectIdentifier) use an ASN1Sequence of PolicyInformation | |
| org.bouncycastle.asn1.x509.CertificatePolicies.CertificatePolicies(String) use an ASN1Sequence of PolicyInformation | |
| org.bouncycastle.asn1.DERInputStream.DERInputStream(InputStream) use ASN1InputStream | |
| org.bouncycastle.asn1.x509.GeneralName.GeneralName(DERObject,int) this constructor seems the wrong way round! | |
| org.bouncycastle.crypto.macs.OldHMac.OldHMac(Digest) uses incorrect pad for SHA-512 and SHA-384 use HMac. | |