Field and Description |
---|
org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers.id_aa_commitmentType
use id_aa_ets_commitmentType instead
|
org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers.id_aa_otherSigCert
use id_aa_ets_otherSigCert instead
|
org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers.id_aa_signerLocation
use id_aa_ets_signerLocation instead
|
org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers.id_aa_sigPolicyId
use id_aa_ets_sigPolicyId instead
|
org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers.x509certType
use x509Certificate instead
|
Method and Description |
---|
org.bouncycastle.asn1.esf.SignerLocation.getCountryName()
use getCountry()
|
org.bouncycastle.asn1.esf.SignerLocation.getLocalityName()
use getLocality()
|
org.bouncycastle.math.ec.endo.GLVTypeBParameters.getV1()
Use
GLVTypeBParameters.getV1A() and GLVTypeBParameters.getV1B() instead. |
org.bouncycastle.math.ec.endo.GLVTypeBParameters.getV2()
Use
GLVTypeBParameters.getV2A() and GLVTypeBParameters.getV2B() instead. |
org.bouncycastle.asn1.cmp.CMPCertificate.getX509v2AttrCert()
use getOtherCert and getOtherTag to make sure message is really what it should be.
|
Constructor and Description |
---|
org.bouncycastle.asn1.ASN1Boolean(boolean)
use getInstance(boolean) method.
|
org.bouncycastle.asn1.cmp.CMPCertificate(AttributeCertificate)
use (type. otherCert) constructor
|