public class LicenseReader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PUB_KEY |
| Constructor and Description |
|---|
LicenseReader() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
readKey(java.lang.String data) |
static License |
readLicense(java.io.File licenseFile) |
static java.lang.String |
readLicenseData(java.io.File licenseFile) |
public static final java.lang.String PUB_KEY
public static byte[] readKey(java.lang.String data)
throws java.io.IOException
java.io.IOExceptionpublic static License readLicense(java.io.File licenseFile)
public static java.lang.String readLicenseData(java.io.File licenseFile)