java.lang.Object
org.apache.xml.security.c14n.implementations.UtfHelpper

public final class UtfHelpper extends Object
  • Field Details

    • OLD_UTF8

      private static final boolean OLD_UTF8
      Revert to the old behavior (version 2 or before), i.e. surrogate pairs characters becomes '??' in output. Set system property org.apache.xml.security.c14n.oldUtf8=true if you want to verify signatures generated by version 2 or before that contains 32 bit chars in the XML document.
  • Constructor Details

    • UtfHelpper

      private UtfHelpper()
  • Method Details