Uses of Class
org.apache.xml.security.transforms.InvalidTransformException

Packages that use InvalidTransformException
org.apache.xml.security.signature XML Signature specific classes. 
org.apache.xml.security.transforms the framework for XML Signature transforms. 
 

Uses of InvalidTransformException in org.apache.xml.security.signature
 

Methods in org.apache.xml.security.signature that throw InvalidTransformException
 Transforms Reference.getTransforms()
          Method getTransforms
 

Uses of InvalidTransformException in org.apache.xml.security.transforms
 

Methods in org.apache.xml.security.transforms that throw InvalidTransformException
static Transform Transform.getInstance(org.w3c.dom.Document doc, java.lang.String algorithmURI)
          Generates a Transform object that implements the specified Transform algorithm URI.
static Transform Transform.getInstance(org.w3c.dom.Document doc, java.lang.String algorithmURI, org.w3c.dom.Element contextChild)
          Generates a Transform object that implements the specified Transform algorithm URI.
static Transform Transform.getInstance(org.w3c.dom.Document doc, java.lang.String algorithmURI, org.w3c.dom.NodeList contextNodes)
          Generates a Transform object that implements the specified Transform algorithm URI.
 

Constructors in org.apache.xml.security.transforms that throw InvalidTransformException
Transform(org.w3c.dom.Document doc, java.lang.String algorithmURI, org.w3c.dom.NodeList contextNodes)
          Constructs Transform
Transform(org.w3c.dom.Element element, java.lang.String BaseURI)
          This constructor can only be called from the Transforms object, so it's protected.
Transforms(org.w3c.dom.Element element, java.lang.String BaseURI)
          Constructs Transforms from Element which is Transforms Element
 



Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.