Class JcaCertificateRepMessageBuilder
java.lang.Object
org.bouncycastle.cert.crmf.CertificateRepMessageBuilder
org.bouncycastle.cert.crmf.jcajce.JcaCertificateRepMessageBuilder
X509Certificate aware extension of
CertificateRepMessageBuilder
.-
Constructor Summary
ConstructorDescriptionJcaCertificateRepMessageBuilder
(X509Certificate... caCertificates) Base constructor which can accept 0 or more certificates representing the CA plus its chain. -
Method Summary
Methods inherited from class org.bouncycastle.cert.crmf.CertificateRepMessageBuilder
addCertificateResponse, build
-
Constructor Details
-
JcaCertificateRepMessageBuilder
public JcaCertificateRepMessageBuilder(X509Certificate... caCertificates) throws CertificateEncodingException Base constructor which can accept 0 or more certificates representing the CA plus its chain.- Parameters:
caCertificates
- the CA public key and it's support certificates (optional)- Throws:
CertificateEncodingException
- if the certificates cannot be re-encoded.
-