Class KeyInfoReference
java.lang.Object
org.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.Signature11ElementProxy
org.apache.xml.security.keys.content.KeyInfoReference
- All Implemented Interfaces:
KeyInfoContent
Provides content model support for the
dsig11:KeyInfoReference
element.-
Field Summary
Fields inherited from class org.apache.xml.security.utils.ElementProxy
baseURI, LOG
-
Constructor Summary
ConstructorsConstructorDescriptionKeyInfoReference
(Document doc, String uri) Constructor RetrievalMethodKeyInfoReference
(Element element, String baseURI) Constructor RetrievalMethod -
Method Summary
Methods inherited from class org.apache.xml.security.utils.Signature11ElementProxy
getBaseNamespace
Methods inherited from class org.apache.xml.security.utils.ElementProxy
addBase64Element, addBase64Text, addBigIntegerElement, addReturnToSelf, addText, addTextElement, appendOther, appendSelf, appendSelf, createElementForFamily, createElementForFamilyLocal, createText, getBaseURI, getBigIntegerFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getFirstChild, getLocalAttribute, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setDocument, setElement, setElement, setLocalAttribute, setLocalIdAttribute, setXPathNamespaceContext
-
Constructor Details
-
KeyInfoReference
Constructor RetrievalMethod- Parameters:
element
-baseURI
-- Throws:
XMLSecurityException
-
KeyInfoReference
Constructor RetrievalMethod- Parameters:
doc
-uri
-
-
-
Method Details
-
getURIAttr
Method getURIAttr- Returns:
- the URI attribute
-
getURI
Method getURI- Returns:
- URI string
-
setId
Sets theId
attribute- Parameters:
id
- ID
-
getId
Returns theId
attribute- Returns:
- the
Id
attribute
-
getBaseLocalName
Returns the localname of the Elements of the sub-class.- Specified by:
getBaseLocalName
in classElementProxy
- Returns:
- the localname of the Elements of the sub-class.
-