Class JadesVerifier.JsonStructureFinder

java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.jades.JadesVerifier.JsonStructureFinder
Enclosing class:
JadesVerifier

public static class JadesVerifier.JsonStructureFinder
extends Object
  • Constructor Details

    • JsonStructureFinder

      public JsonStructureFinder()
  • Method Details

    • findInActualLevel

      public List<Object> findInActualLevel​(Object target, String toBeFound)
    • findUpToLevel

      public List<Object> findUpToLevel​(Object target, String toBeFound, int maxLevel) throws org.json.JSONException
      Throws:
      org.json.JSONException
    • findInWholeJson

      public List<Object> findInWholeJson​(Object target, String toBeFound) throws org.json.JSONException
      Throws:
      org.json.JSONException