|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransformationException | |
|---|---|
| org.apache.xml.security.signature | XML Signature specific classes. |
| org.apache.xml.security.transforms | the framework for XML Signature transforms. |
| org.apache.xml.security.transforms.implementations | implementations of XML Signature transforms. |
| Uses of TransformationException in org.apache.xml.security.signature |
|---|
| Methods in org.apache.xml.security.signature that throw TransformationException | |
|---|---|
Transforms |
Reference.getTransforms()
Method getTransforms |
| Uses of TransformationException in org.apache.xml.security.transforms |
|---|
| Methods in org.apache.xml.security.transforms that throw TransformationException | |
|---|---|
void |
Transforms.addTransform(String transformURI)
Adds the Transform with the specified Transform
algorithm URI |
void |
Transforms.addTransform(String transformURI,
Element contextElement)
Adds the Transform with the specified Transform
algorithm URI |
void |
Transforms.addTransform(String transformURI,
NodeList contextNodes)
Adds the Transform with the specified Transform
algorithm URI. |
protected XMLSignatureInput |
TransformSpi.enginePerformTransform(XMLSignatureInput input)
The mega method which MUST be implemented by the Transformation Algorithm. |
protected XMLSignatureInput |
TransformSpi.enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Transform transformObject)
The mega method which MUST be implemented by the Transformation Algorithm. |
protected XMLSignatureInput |
TransformSpi.enginePerformTransform(XMLSignatureInput input,
Transform transformObject)
The mega method which MUST be implemented by the Transformation Algorithm. |
Transform |
Transforms.item(int i)
Return the . |
XMLSignatureInput |
Transform.performTransform(XMLSignatureInput input)
Transforms the input, and generates XMLSignatureInput as output. |
XMLSignatureInput |
Transform.performTransform(XMLSignatureInput input,
OutputStream os)
Transforms the input, and generates XMLSignatureInput as output. |
XMLSignatureInput |
Transforms.performTransforms(XMLSignatureInput xmlSignatureInput)
Applies all included Transforms to xmlSignatureInput and
returns the result of these transformations. |
XMLSignatureInput |
Transforms.performTransforms(XMLSignatureInput xmlSignatureInput,
OutputStream os)
Applies all included Transforms to xmlSignatureInput and
returns the result of these transformations. |
| Constructors in org.apache.xml.security.transforms that throw TransformationException | |
|---|---|
Transform(Element element,
String BaseURI)
|
|
Transforms(Element element,
String BaseURI)
Constructs Transforms from Element which is
Transforms Element |
|
| Uses of TransformationException in org.apache.xml.security.transforms.implementations |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||