| Interface and Description |
|---|
| org.spongycastle.x509.X509AttributeCertificate
use X509CertificateHolder class in the PKIX package.
|
| Class and Description |
|---|
| org.spongycastle.x509.AttributeCertificateHolder
use org.spongycastle.cert.AttributeCertificateHolder
|
| org.spongycastle.x509.AttributeCertificateIssuer
use org.spongycastle.cert.AttributeCertificateIssuer
|
| org.spongycastle.x509.extension.AuthorityKeyIdentifierStructure
use JcaX509ExtensionUtils and AuthorityKeyIdentifier.getInstance()
|
| org.spongycastle.jce.spec.GOST28147ParameterSpec
use org.spongycastle.jcajce.spec.GOST28147ParameterSpec
|
| org.spongycastle.jce.provider.JDKPKCS12StoreParameter
use org.spongycastle.jcajce.config.PKCS12StoreParameter
|
| org.spongycastle.jce.PKCS10CertificationRequest
use classes in org.spongycastle.pkcs.
|
| org.spongycastle.jce.spec.RepeatedSecretKeySpec
use super class org.spongycastle.jcajce.spec.RepeatedSecretKeySpec
|
| org.spongycastle.x509.X509AttributeCertStoreSelector
use org.spongycastle.cert.X509AttributeCertificateSelector and org.spongycastle.cert.X509AttributeCertificateSelectorBuilder.
|
| org.spongycastle.x509.X509CertStoreSelector
use the classes under org.spongycastle.cert.selector
|
| org.spongycastle.jce.X509Principal
use the X500Name class.
|
| org.spongycastle.x509.X509Store
use CollectionStore - this class will be removed.
|
| org.spongycastle.x509.X509V1CertificateGenerator
use org.spongycastle.cert.X509v1CertificateBuilder.
|
| org.spongycastle.x509.X509V2AttributeCertificate
use org.spongycastle.cert.X509AttributeCertificateHolder
|
| org.spongycastle.x509.X509V2CRLGenerator
use org.spongycastle.cert.X509v2CRLBuilder.
|
| org.spongycastle.x509.X509V3CertificateGenerator
use org.spongycastle.cert.X509v3CertificateBuilder.
|
| Constructor and Description |
|---|
| org.spongycastle.x509.extension.AuthorityKeyIdentifierStructure(X509Extension)
use constructor that takes Extension
|
| org.spongycastle.jce.spec.GOST28147ParameterSpec(byte[]) |
| org.spongycastle.jce.spec.GOST28147ParameterSpec(byte[], byte[]) |
| org.spongycastle.jce.spec.GOST28147ParameterSpec(String) |
| org.spongycastle.jce.spec.GOST28147ParameterSpec(String, byte[]) |