Uses of Class
org.bouncycastle.asn1.cmp.CMPCertificate
Packages that use CMPCertificate
Package
Description
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 CMPCertificateModifier and TypeMethodDescriptionKeyRecRepContent.getCaCerts()
CertRepMessage.getCaPubs()
CertOrEncCert.getCertificate()
PKIMessage.getExtraCerts()
static CMPCertificate
CMPCertificate.getInstance
(Object o) KeyRecRepContent.getNewSigCert()
CAKeyUpdAnnContent.getNewWithNew()
CAKeyUpdAnnContent.getNewWithOld()
CAKeyUpdAnnContent.getOldWithNew()
Constructors in org.bouncycastle.asn1.cmp with parameters of type CMPCertificateModifierConstructorDescriptionCAKeyUpdAnnContent
(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.