|
Bouncy Castle Cryptography Library 1.84 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.cert.crmf.CertificateRepMessageBuilder
Builder for a CertRepMessage.
| Constructor Summary | |
CertificateRepMessageBuilder(X509CertificateHolder caCert)
|
|
CertificateRepMessageBuilder(X509CertificateHolder[] caCerts)
Base constructor which can accept 0 or more certificates representing the CA plus its chain. |
|
| Method Summary | |
CertificateRepMessageBuilder |
addCertificateResponse(CertificateResponse response)
|
CertificateRepMessage |
build()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CertificateRepMessageBuilder(X509CertificateHolder[] caCerts)
caCerts - the CA public key and it's support certificates (optional)public CertificateRepMessageBuilder(X509CertificateHolder caCert)
| Method Detail |
public CertificateRepMessageBuilder addCertificateResponse(CertificateResponse response)
public CertificateRepMessage build()
|
Bouncy Castle Cryptography Library 1.84 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||