Class SPDocDigestAsInSpecificationTransform
java.lang.Object
eu.europa.esig.dss.xades.reference.AbstractTransform
eu.europa.esig.dss.xades.reference.SPDocDigestAsInSpecificationTransform
- All Implemented Interfaces:
DSSTransform,Serializable
This is a special transform to be used exclusively within a xades:SignaturePolicyId
to define special digest computation rules.
See EN 319 132-1 "5.2.9 The SignaturePolicyIdentifier qualifying property"
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.xades.reference.AbstractTransform
algorithm, namespace -
Constructor Summary
ConstructorsModifierConstructorDescriptionDefault constructor with ds: xmldsig namespaceprotectedSPDocDigestAsInSpecificationTransform(DSSNamespace xmlDSigNamespace) Constructor with a custom namespace -
Method Summary
Modifier and TypeMethodDescriptionperformTransform(DSSTransformOutput transformOutput) Executes a transform on the providedDSSTransformOutputMethods inherited from class eu.europa.esig.dss.xades.reference.AbstractTransform
createTransform, equals, getAlgorithm, hashCode, setNamespace, toString
-
Constructor Details
-
SPDocDigestAsInSpecificationTransform
public SPDocDigestAsInSpecificationTransform()Default constructor with ds: xmldsig namespace -
SPDocDigestAsInSpecificationTransform
Constructor with a custom namespace- Parameters:
xmlDSigNamespace-DSSNamespace
-
-
Method Details
-
performTransform
Description copied from interface:DSSTransformExecutes a transform on the providedDSSTransformOutput- Parameters:
transformOutput-DSSTransformOutput- Returns:
DSSTransformOutputafter applying the transform
-