Class Base64Transform
java.lang.Object
eu.europa.esig.dss.xades.reference.AbstractTransform
eu.europa.esig.dss.xades.reference.Base64Transform
- All Implemented Interfaces:
DSSTransform
,Serializable
Transforms a reference content to its base64 representation
NOTE: Not compatible with:
- other transformations;
- isEmbed(true) parameter;
- Manifest signature;
- Enveloped signatures.
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.xades.reference.AbstractTransform
algorithm, namespace
-
Constructor Summary
ConstructorDescriptionDefault constructorBase64Transform
(DSSNamespace xmlDSigNamespace) Constructor with namespace -
Method Summary
Modifier and TypeMethodDescriptionperformTransform
(DSSTransformOutput transformOutput) Executes a transform on the providedDSSTransformOutput
Methods inherited from class eu.europa.esig.dss.xades.reference.AbstractTransform
createTransform, equals, getAlgorithm, hashCode, setNamespace, toString
-
Constructor Details
-
Base64Transform
public Base64Transform()Default constructor -
Base64Transform
Constructor with namespace- Parameters:
xmlDSigNamespace
-DSSNamespace
-
-
Method Details
-
performTransform
Description copied from interface:DSSTransform
Executes a transform on the providedDSSTransformOutput
- Parameters:
transformOutput
-DSSTransformOutput
- Returns:
DSSTransformOutput
after applying the transform
-