Class X509CRLImpl

    • Field Detail

      • B64_CRL_STORE

        private static final IndexingObjectStore<String> B64_CRL_STORE
        Class-level index of Base64 encoded CRL values.
      • CLEANER

        private static final Cleaner CLEANER
        The Cleaner instance to use.
      • cleanable

        private Cleaner.Cleanable cleanable
        The Cleaner.Cleanable representing the current instance's CRL value, as represented by the current b64CRLIndex field value.
      • b64CRLIndex

        private String b64CRLIndex
        Index to a stored Base64 encoded CRL.
    • Constructor Detail

      • X509CRLImpl

        protected X509CRLImpl​(String namespaceURI,
                              String elementLocalName,
                              String namespacePrefix)
        Constructor.
        Parameters:
        namespaceURI - the namespace the element is in
        elementLocalName - the local name of the XML element this Object represents
        namespacePrefix - the prefix for the given namespace