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.
  • Constructor Details

  • Method Details

    • getBytesAfterTranformation

      public byte[] getBytesAfterTranformation​(Node node, String uri)
      Description copied from interface: DSSTransform
      Performs transformation on the given node and returns resulting bytes
      Parameters:
      node - Node to perform transformation on
      uri - String the uri used in a reference to extract the node content
      Returns:
      byte array