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