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
    • Method Detail

      • getValue

        public String getValue()
        Gets the base64-encoded binary value.
        Specified by:
        getValue in interface XSBase64Binary
        Returns:
        the string, or null
      • setValue

        public void setValue​(String newValue)
        Sets the base64-encoded binary value.
        Specified by:
        setValue in interface XSBase64Binary
        Parameters:
        newValue - the string value
      • getOrderedChildren

        public List<XMLObject> getOrderedChildren()
        Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
        Specified by:
        getOrderedChildren in interface XMLObject
        Returns:
        ordered list of child elements