Uses of Class
org.bouncycastle.cert.crmf.CertificateResponseBuilder
Packages that use CertificateResponseBuilder
-
Uses of CertificateResponseBuilder in org.bouncycastle.cert.crmf
Methods in org.bouncycastle.cert.crmf that return CertificateResponseBuilderModifier and TypeMethodDescriptionCertificateResponseBuilder.withCertificate(org.bouncycastle.asn1.cmp.CMPCertificate certificate) Specify the certificate to assign to this response (in plaintext).CertificateResponseBuilder.withCertificate(X509CertificateHolder certificate) Specify the certificate to assign to this response (in plaintext).CertificateResponseBuilder.withCertificate(CMSEnvelopedData encryptedCertificate) Specify the encrypted certificate to assign to this response (in plaintext).CertificateResponseBuilder.withResponseInfo(byte[] responseInfo) Specify the response info field on the response.