Class CryptoUtils

java.lang.Object
com.github.twitch4j.common.util.CryptoUtils

public class CryptoUtils extends Object
  • Constructor Details

    • CryptoUtils

      public CryptoUtils()
  • Method Details

    • generateNonce

      public static String generateNonce(int length)
    • hexToBytes

      public static byte[] hexToBytes(String hex)