Class Base64Transform
- java.lang.Object
-
- eu.europa.esig.dss.xades.reference.AbstractTransform
-
- eu.europa.esig.dss.xades.reference.Base64Transform
-
- All Implemented Interfaces:
DSSTransform
public class Base64Transform extends AbstractTransform
Transforms a reference content to its base64 representation NOTE: Not compatible with: - other transformations; - isEmbed(true) parameter; - Manifest signature; - Enveloped signatures.
-
-
Field Summary
-
Fields inherited from class eu.europa.esig.dss.xades.reference.AbstractTransform
algorithm, ALGORITHM_ATTRIBUTE_NAME, DS_TRANSFORM, namespace
-
-
Constructor Summary
Constructors Constructor Description Base64Transform()
-
Method Summary
Modifier and Type Method Description byte[]getBytesAfterTranformation(Node node)Performs transformation on the givennodeand returns resulting bytes-
Methods inherited from class eu.europa.esig.dss.xades.reference.AbstractTransform
createTransform, getAlgorithm, setNamespace
-
-
-
-
Method Detail
-
getBytesAfterTranformation
public byte[] getBytesAfterTranformation(Node node)
Description copied from interface:DSSTransformPerforms transformation on the givennodeand returns resulting bytes- Parameters:
node-Nodeto perform transformation on- Returns:
- byte array
-
-