Package | Description |
---|---|
org.apache.xml.security.signature |
XML Signature specific classes.
|
org.apache.xml.security.transforms |
the framework for XML Signature transforms.
|
Modifier and Type | Method and Description |
---|---|
Transforms |
Reference.getTransforms()
Method getTransforms
|
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
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)
|
Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved.