Class ParserUtils

java.lang.Object
eu.emi.security.authn.x509.helpers.ns.ParserUtils

public class ParserUtils extends Object
Common helpers for namespace file parsers.
Author:
K. Benedyczak
  • Constructor Details

    • ParserUtils

      public ParserUtils()
  • Method Details

    • checkToken

      public static int checkToken(String token, char[] chars, int offset, boolean caseSensitive) throws IOException
      Throws:
      IOException
    • checkTokenSoft

      public static int checkTokenSoft(String token, char[] chars, int offset, boolean caseSensitive)
    • checkEndOfLine

      public static void checkEndOfLine(char[] chars, int j) throws IOException
      Throws:
      IOException