Class X509CrlModule

    • Constructor Detail

      • X509CrlModule

        public X509CrlModule​(CaManagerImpl caManager,
                             CaInfo caInfo,
                             CertStore certstore,
                             org.xipki.ca.server.X509PublisherModule publisher)
                      throws org.xipki.util.exception.OperationException
        Throws:
        org.xipki.util.exception.OperationException
    • Method Detail

      • getCurrentCrl

        public org.bouncycastle.cert.X509CRLHolder getCurrentCrl​(org.xipki.ca.api.mgmt.RequestorInfo requstor)
                                                          throws org.xipki.util.exception.OperationException
        Throws:
        org.xipki.util.exception.OperationException
      • getCrl

        public org.bouncycastle.cert.X509CRLHolder getCrl​(org.xipki.ca.api.mgmt.RequestorInfo requestor,
                                                          BigInteger crlNumber)
                                                   throws org.xipki.util.exception.OperationException
        Throws:
        org.xipki.util.exception.OperationException
      • getBcCurrentCrl

        public org.bouncycastle.asn1.x509.CertificateList getBcCurrentCrl​(org.xipki.ca.api.mgmt.RequestorInfo requestor)
                                                                   throws org.xipki.util.exception.OperationException
        Throws:
        org.xipki.util.exception.OperationException
      • getBcCrl

        public org.bouncycastle.asn1.x509.CertificateList getBcCrl​(org.xipki.ca.api.mgmt.RequestorInfo requestor,
                                                                   BigInteger crlNumber)
                                                            throws org.xipki.util.exception.OperationException
        Throws:
        org.xipki.util.exception.OperationException
      • generateCrlOnDemand

        public org.bouncycastle.cert.X509CRLHolder generateCrlOnDemand​(org.xipki.ca.api.mgmt.RequestorInfo requestor)
                                                                throws org.xipki.util.exception.OperationException
        Throws:
        org.xipki.util.exception.OperationException