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()
CMPCertificate
CertOrEncCert. getCertificate()
CMPCertificate[]
PKIMessage. getExtraCerts()
static CMPCertificate
CMPCertificate. getInstance(java.lang.Object o)
CMPCertificate
KeyRecRepContent. getNewSigCert()
CMPCertificate
CAKeyUpdAnnContent. getNewWithNew()
CMPCertificate
CAKeyUpdAnnContent. getNewWithOld()
CMPCertificate
CAKeyUpdAnnContent. 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.
-