Package | Description |
---|---|
org.apache.xml.security.signature | |
org.apache.xml.security.transforms |
Modifier and Type | Method | Description |
---|---|---|
Transforms |
Reference.getTransforms() |
Method getTransforms
|
Modifier and Type | Method | Description |
---|---|---|
static void |
Transform.register(String algorithmURI,
String implementingClass) |
Registers implementing class of the Transform algorithm with algorithmURI
|
Constructor | Description |
---|---|
Transform(Document doc,
String algorithmURI) |
Generates a Transform object that implements the specified
Transform algorithm URI. |
Transform(Document doc,
String algorithmURI,
Element contextChild) |
Generates a Transform object that implements the specified
Transform algorithm URI. |
Transform(Document doc,
String algorithmURI,
NodeList contextNodes) |
Constructs
Transform |
Transform(Element element,
String baseURI) |
|
Transforms(Element element,
String baseURI) |
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.