Class LicenseUtils

java.lang.Object
com.xebialabs.license.LicenseUtils

public class LicenseUtils extends Object
  • Method Details

    • readKey

      public static byte[] readKey(String data) throws IOException
      Throws:
      IOException
    • isBase64License

      public static boolean isBase64License(String licenseText)
    • decodeBase64License

      public static String decodeBase64License(String data)
    • decodeIfNecessary

      public static String decodeIfNecessary(String text)