Returns the URI representation of Transformation algorithmreturnthe URI representation of Transformation algorithm
Transformation algorithm
The mega method which MUST be implemented by the Transformation Algorithm.paraminput {@link XMLSignatureInput} as the input of transformationparamos where to output this transformation.return{@link XMLSignatureInput} as the result of transformationthrowsCanonicalizationExceptionthrowsIOExceptionthrowsInvalidCanonicalizerExceptionthrowsParserConfigurationExceptionthrowsSAXExceptionthrowsTransformationException return enginePerformTransform(input);
return enginePerformTransform(input);
The mega method which MUST be implemented by the Transformation Algorithm.paraminput {@link XMLSignatureInput} as the input of transformationreturn{@link XMLSignatureInput} as the result of transformationthrowsCanonicalizationExceptionthrowsIOExceptionthrowsInvalidCanonicalizerExceptionthrowsParserConfigurationExceptionthrowsSAXExceptionthrowsTransformationException
this._transformObject = transform;