Interface DSSTransform
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractTransform
,Base64Transform
,CanonicalizationTransform
,ComplexTransform
,EnvelopedSignatureTransform
,SPDocDigestAsInSpecificationTransform
,XPath2FilterEnvelopedSignatureTransform
,XPath2FilterTransform
,XPathEnvelopedSignatureTransform
,XPathTransform
,XsltTransform
Defines a transform used for a reference transformations
-
Method Summary
Modifier and TypeMethodDescriptioncreateTransform
(Document document, Element parentNode) Creates a Transform element DOM and appends it to theparentNode
Returns a particular transformation algorithm namebyte[]
Performs transformation on the givennode
and returns resulting bytesvoid
setNamespace
(DSSNamespace namespace) Specifies a namespace for the transformation elements
-
Method Details
-
getAlgorithm
String getAlgorithm()Returns a particular transformation algorithm name- Returns:
String
algorithm name of transformation
-
setNamespace
Specifies a namespace for the transformation elements- Parameters:
namespace
-DSSNamespace
uri
-
getBytesAfterTransformation
Performs transformation on the givennode
and returns resulting bytes- Parameters:
node
-Node
to perform transformation on- Returns:
- byte array
-
createTransform
Creates a Transform element DOM and appends it to theparentNode
-