org.apache.xml.security.keys.content
Class MgmtData
java.lang.Object
org.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.SignatureElementProxy
org.apache.xml.security.keys.content.MgmtData
- All Implemented Interfaces:
- KeyInfoContent
public class MgmtData
- extends SignatureElementProxy
- implements KeyInfoContent
- Author:
- $Author: coheigea $
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MgmtData
public MgmtData(Element element,
String BaseURI)
throws XMLSecurityException
- Constructor MgmtData
- Parameters:
element
- BaseURI
-
- Throws:
XMLSecurityException
MgmtData
public MgmtData(Document doc,
String mgmtData)
- Constructor MgmtData
- Parameters:
doc
- mgmtData
-
getMgmtData
public String getMgmtData()
- Method getMgmtData
- Returns:
- the managment data
getBaseLocalName
public String getBaseLocalName()
- Description copied from class:
ElementProxy
- 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.
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.