Class JcaCertificateRepMessageBuilder

    • Constructor Summary

      Constructors 
      Constructor Description
      JcaCertificateRepMessageBuilder​(java.security.cert.X509Certificate[] caCertificates)
      Base constructor which can accept 0 or more certificates representing the CA plus its chain.
    • Constructor Detail

      • JcaCertificateRepMessageBuilder

        public JcaCertificateRepMessageBuilder​(java.security.cert.X509Certificate[] caCertificates)
                                        throws java.security.cert.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:
        java.security.cert.CertificateEncodingException - if the certificates cannot be re-encoded.