Class X509CRLImpl

  • All Implemented Interfaces:
    org.opensaml.core.xml.schema.XSBase64Binary, org.opensaml.core.xml.XMLObject, org.opensaml.xmlsec.signature.X509CRL

    public class X509CRLImpl
    extends org.opensaml.core.xml.AbstractXMLObject
    implements org.opensaml.xmlsec.signature.X509CRL
    Concrete implementation of X509CRL.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static net.shibboleth.utilities.java.support.collection.IndexingObjectStore<String> B64_CRL_STORE
      Class-level index of Base64 encoded CRL values.
      private String b64CRLIndex
      Index to a stored Base64 encoded CRL.
      • Fields inherited from interface org.opensaml.xmlsec.signature.X509CRL

        DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME
      • Fields inherited from interface org.opensaml.core.xml.schema.XSBase64Binary

        TYPE_LOCAL_NAME, TYPE_NAME
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected X509CRLImpl​(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void finalize()
      List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
      String getValue()
      void setValue​(String newValue)
      • Methods inherited from class org.opensaml.core.xml.AbstractXMLObject

        detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
      • Methods inherited from interface org.opensaml.core.xml.XMLObject

        detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
    • Field Detail

      • B64_CRL_STORE

        private static final net.shibboleth.utilities.java.support.collection.IndexingObjectStore<String> B64_CRL_STORE
        Class-level index of Base64 encoded CRL values.
      • 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()
        Specified by:
        getValue in interface org.opensaml.core.xml.schema.XSBase64Binary
      • setValue

        public void setValue​(String newValue)
        Specified by:
        setValue in interface org.opensaml.core.xml.schema.XSBase64Binary
      • getOrderedChildren

        public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
        Specified by:
        getOrderedChildren in interface org.opensaml.core.xml.XMLObject