类 LicenseUtils
java.lang.Object
com.publiccms.common.tools.LicenseUtils
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static String
generateSignaturer
(byte[] privateKey, License license) static byte[]
getLicenseDate
(License license) static License
readLicense
(byte[] licenseData) static License
readLicense
(String licenseText) static boolean
verifyLicense
(String publicKey, License license) static boolean
verifyLicenseDate
(License license) static String
writeLicense
(License license)
-
字段详细资料
-
DATE_FORMAT_STRING
- 另请参阅:
-
-
构造器详细资料
-
LicenseUtils
private LicenseUtils()
-
-
方法详细资料
-
writeLicense
-
readLicense
-
readLicense
-
verifyLicense
-
verifyLicenseDate
-
generateSignaturer
-
getLicenseDate
-