Class 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.
    • Constructor Detail

      • Base64Transform

        public Base64Transform()
    • Method Detail

      • getBytesAfterTranformation

        public byte[] getBytesAfterTranformation​(Node node)
        Description copied from interface: DSSTransform
        Performs transformation on the given node and returns resulting bytes
        Parameters:
        node - Node to perform transformation on
        Returns:
        byte array