Uses of Class
org.bouncycastle.asn1.cmp.CMPCertificate
-
Packages that use CMPCertificate Package Description org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510. -
-
Uses of CMPCertificate in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return CMPCertificate Modifier and Type Method Description CMPCertificate[]KeyRecRepContent. getCaCerts()CMPCertificate[]CertRepMessage. getCaPubs()CMPCertificateCertOrEncCert. getCertificate()CMPCertificate[]PKIMessage. getExtraCerts()static CMPCertificateCMPCertificate. getInstance(java.lang.Object o)CMPCertificateKeyRecRepContent. getNewSigCert()CMPCertificateCAKeyUpdAnnContent. getNewWithNew()CMPCertificateCAKeyUpdAnnContent. getNewWithOld()CMPCertificateCAKeyUpdAnnContent. getOldWithNew()Constructors in org.bouncycastle.asn1.cmp with parameters of type CMPCertificate Constructor Description CAKeyUpdAnnContent(CMPCertificate oldWithNew, CMPCertificate newWithOld, CMPCertificate newWithNew)CertOrEncCert(CMPCertificate certificate)CertRepMessage(CMPCertificate[] caPubs, CertResponse[] response)PKIMessage(PKIHeader header, PKIBody body, DERBitString protection, CMPCertificate[] extraCerts)Creates a new PKIMessage.
-