Class KeyInfoReference

    • Constructor Detail

      • KeyInfoReference

        public KeyInfoReference​(org.w3c.dom.Element element,
                                java.lang.String baseURI)
                         throws XMLSecurityException
        Constructor RetrievalMethod
        Parameters:
        element -
        baseURI -
        Throws:
        XMLSecurityException
      • KeyInfoReference

        public KeyInfoReference​(org.w3c.dom.Document doc,
                                java.lang.String uri)
        Constructor RetrievalMethod
        Parameters:
        doc -
        uri -
    • Method Detail

      • getURIAttr

        public org.w3c.dom.Attr getURIAttr()
        Method getURIAttr
        Returns:
        the URI attribute
      • getURI

        public java.lang.String getURI()
        Method getURI
        Returns:
        URI string
      • setId

        public void setId​(java.lang.String id)
        Sets the Id attribute
        Parameters:
        id - ID
      • getId

        public java.lang.String getId()
        Returns the Id attribute
        Returns:
        the Id attribute
      • getBaseLocalName

        public java.lang.String getBaseLocalName()
        Returns the localname of the Elements of the sub-class.
        Specified by:
        getBaseLocalName in class ElementProxy
        Returns:
        the localname of the Elements of the sub-class.