Class Utils

java.lang.Object
com.googlecode.aviator.utils.Utils

public class Utils extends Object
Some helper methods.
  • Field Details

    • CURRENT_VERSION

      private static final String CURRENT_VERSION
      See Also:
    • TICK_INTERVAL_MS

      private static final int TICK_INTERVAL_MS
    • MESSAGE_DIGEST_LOCAL

      private static final ThreadLocal<MessageDigest> MESSAGE_DIGEST_LOCAL
    • HEX_ARRAY

      private static final char[] HEX_ARRAY
  • Constructor Details

    • Utils

      private Utils()
  • Method Details