Class SimpleLicenseUtil
java.lang.Object
cn.net.pap.common.datastructure.license.SimpleLicenseUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckLicense(String[] args) static StringgenerateSignedLicense(Map<String, String> licenseProps) 生成带签名的License
-
Constructor Details
-
SimpleLicenseUtil
public SimpleLicenseUtil()
-
-
Method Details
-
checkLicense
-
generateSignedLicense
public static String generateSignedLicense(Map<String, String> licenseProps) throws InvalidKeyException, NoSuchAlgorithmException生成带签名的License
-