| Field and Description |
|---|
| org.bouncycastle.asn1.eac.CertificateBody.profileType |
| org.bouncycastle.asn1.eac.CertificateBody.requestType |
| Method and Description |
|---|
| org.bouncycastle.asn1.cms.TimeStampAndCRL.getCertificateList()
use getCRL()
|
| org.bouncycastle.asn1.cmc.CMCStatusInfoV2.getcMCStatus()
use getCMCStatus();
|
| org.bouncycastle.asn1.crmf.CertReqMsg.getPopo()
use getPop
|
| org.bouncycastle.asn1.cms.OriginatorPublicKey.getPublicKey()
Use
OriginatorPublicKey.getPublicKeyData() instead. |
| org.bouncycastle.asn1.cmc.CMCStatusInfoV2.getStatusString()
Use
CMCStatusInfoV2.getStatusStringUTF8() instead. |
| org.bouncycastle.asn1.cms.RecipientInfo.getVersion()
Will be removed
|
| 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.cmp.CertAnnContent(AttributeCertificate)
use (type, otherCert) constructor
|
| org.bouncycastle.asn1.cmp.CMPCertificate(AttributeCertificate)
use (type, otherCert) constructor
|