|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.Signature11ElementProxy
org.apache.xml.security.keys.content.KeyInfoReference
public class KeyInfoReference
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 | |
---|---|
KeyInfoReference(Document doc,
String URI)
Constructor RetrievalMethod |
|
KeyInfoReference(Element element,
String baseURI)
Constructor RetrievalMethod |
Method Summary | |
---|---|
String |
getBaseLocalName()
Returns the localname of the Elements of the sub-class. |
String |
getId()
Returns the Id attribute |
String |
getURI()
Method getURI |
Attr |
getURIAttr()
Method getURIAttr |
void |
setId(String id)
Sets the Id attribute |
Methods inherited from class org.apache.xml.security.utils.Signature11ElementProxy |
---|
getBaseNamespace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyInfoReference(Element element, String baseURI) throws XMLSecurityException
element
- BaseURI
-
XMLSecurityException
public KeyInfoReference(Document doc, String URI)
doc
- URI
- Method Detail |
---|
public Attr getURIAttr()
public String getURI()
public void setId(String id)
Id
attribute
Id
- IDpublic String getId()
Id
attribute
Id
attributepublic String getBaseLocalName()
ElementProxy
getBaseLocalName
in class ElementProxy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |