Class JcaX509v2CRLBuilder

    • Constructor Detail

      • JcaX509v2CRLBuilder

        public JcaX509v2CRLBuilder​(X500Principal issuer,
                                   Date now)
      • JcaX509v2CRLBuilder

        public JcaX509v2CRLBuilder​(X509CRL templateCRL)
                            throws CRLException
        Create a builder for a version 2 CRL, initialised with another CRL as a template.
        Parameters:
        templateCRL - template CRL to base the new one on.
        Throws:
        CRLException