| Method and Description |
|---|
| org.bouncycastle.asn1.cms.TimeStampAndCRL.getCertificateList()
use getCRL()
|
| org.bouncycastle.asn1.esf.SignerLocation.getCountryName()
use getCountry()
|
| org.bouncycastle.asn1.esf.SignerLocation.getLocalityName()
use getLocality()
|
| org.bouncycastle.asn1.crmf.CertReqMsg.getPop()
use getPopo
|
| org.bouncycastle.asn1.cmp.CMPCertificate.getX509v2AttrCert()
use getOtherCert and getOtherTag to make sure message is really what it should be.
|
| org.bouncycastle.asn1.crmf.CertTemplateBuilder.setExtensions(X509Extensions)
use method taking Extensions
|