org.apache.xml.security.utils
Class SignatureElementProxy
java.lang.Object
org.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.SignatureElementProxy
- Direct Known Subclasses:
- Algorithm, DSAKeyValue, KeyInfo, KeyName, KeyValue, Manifest, MgmtData, ObjectContainer, PGPData, Reference, RetrievalMethod, RSAKeyValue, SignatureProperties, SignatureProperty, SPKIData, Transform, Transforms, X509Data, XMLSignature, XMLX509Certificate, XMLX509CRL, XMLX509IssuerSerial, XMLX509SKI, XMLX509SubjectName, XPathContainer
public abstract class SignatureElementProxy
- extends ElementProxy
Class SignatureElementProxy
- Author:
- $Author: coheigea $
| Methods inherited from class org.apache.xml.security.utils.ElementProxy |
addBase64Element, addBase64Text, addBigIntegerElement, addText, addTextElement, createElementForFamily, createElementForFamilyLocal, getBaseLocalName, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setElement, setXPathNamespaceContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignatureElementProxy
protected SignatureElementProxy()
SignatureElementProxy
public SignatureElementProxy(Document doc)
- Constructor SignatureElementProxy
- Parameters:
doc -
SignatureElementProxy
public SignatureElementProxy(Element element,
String BaseURI)
throws XMLSecurityException
- Constructor SignatureElementProxy
- Parameters:
element - BaseURI -
- Throws:
XMLSecurityException
getBaseNamespace
public String getBaseNamespace()
- Description copied from class:
ElementProxy
- Returns the namespace of the Elements of the sub-class.
- Specified by:
getBaseNamespace in class ElementProxy
- Returns:
- the namespace of the Elements of the sub-class.
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.