Uses of Class
org.apache.xml.security.transforms.TransformSpi
-
Packages that use TransformSpi Package Description org.apache.xml.security.transforms org.apache.xml.security.transforms.implementations -
-
Uses of TransformSpi in org.apache.xml.security.transforms
Fields in org.apache.xml.security.transforms declared as TransformSpi Modifier and Type Field Description private TransformSpi
Transform. transformSpi
Fields in org.apache.xml.security.transforms with type parameters of type TransformSpi Modifier and Type Field Description private static java.util.Map<java.lang.String,java.lang.Class<? extends TransformSpi>>
Transform. transformSpiHash
All available Transform classes are registered hereMethods in org.apache.xml.security.transforms that return TransformSpi Modifier and Type Method Description private TransformSpi
Transform. initializeTransform(java.lang.String algorithmURI, org.w3c.dom.NodeList contextNodes)
Initialize the transform object.Method parameters in org.apache.xml.security.transforms with type arguments of type TransformSpi Modifier and Type Method Description static void
Transform. register(java.lang.String algorithmURI, java.lang.Class<? extends TransformSpi> implementingClass)
Registers implementing class of the Transform algorithm with algorithmURI -
Uses of TransformSpi in org.apache.xml.security.transforms.implementations
Subclasses of TransformSpi in org.apache.xml.security.transforms.implementations Modifier and Type Class Description class
TransformBase64Decode
Implements thehttp://www.w3.org/2000/09/xmldsig#base64
decoding transform.class
TransformC14N
Implements thehttp://www.w3.org/TR/2001/REC-xml-c14n-20010315
transform.class
TransformC14N11
Implements thehttp://www.w3.org/2006/12/xml-c14n11
(C14N 1.1) transform.class
TransformC14N11_WithComments
Implements thehttp://www.w3.org/2006/12/xml-c14n-11#WithComments
(C14N 1.1 With Comments) transform.class
TransformC14NExclusive
Class TransformC14NExclusiveclass
TransformC14NExclusiveWithComments
Implements thehttp://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
transform.class
TransformC14NWithComments
Implements thehttp://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
transform.class
TransformEnvelopedSignature
Implements thehttp://www.w3.org/2000/09/xmldsig#enveloped-signature
transform.class
TransformXPath
Class TransformXPath Implements thehttp://www.w3.org/TR/1999/REC-xpath-19991116
transform.class
TransformXPath2Filter
Implements the XML Signature XPath Filter v2.0class
TransformXPointer
Class TransformXPointerclass
TransformXSLT
Class TransformXSLT Implements thehttp://www.w3.org/TR/1999/REC-xslt-19991116
transform.
-