Class JsonCanonicalizer


  • public final class JsonCanonicalizer
    extends java.lang.Object
    Deprecated.
    since 1.6.0, use titanium-jcs and Jcs.canonize(JsonValue).
    See Also:
    JSON Canonicalization Scheme (JCS)
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonCanonicalizer()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.lang.String canonicalize​(jakarta.json.JsonValue value)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonCanonicalizer

        public JsonCanonicalizer()
        Deprecated.
    • Method Detail

      • canonicalize

        public static final java.lang.String canonicalize​(jakarta.json.JsonValue value)
        Deprecated.