Package | Description |
---|---|
org.apache.xml.security.signature | |
org.apache.xml.security.transforms |
Modifier and Type | Method and Description |
---|---|
Transforms |
Reference.getTransforms()
Method getTransforms
|
Modifier and Type | Method and Description |
---|---|
static void |
Transform.register(String algorithmURI,
Class<? extends TransformSpi> implementingClass)
Registers implementing class of the Transform algorithm with algorithmURI
|
static void |
Transform.register(String algorithmURI,
String implementingClass)
Registers implementing class of the Transform algorithm with algorithmURI
|
Constructor and 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–2020 The Apache Software Foundation. All rights reserved.