Package org.xipki.license.api
Interface LicenseFactory
-
public interface LicenseFactoryUnlimited license factory.- Author:
- Lijun Liao (xipki)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()CmLicensecreateCmLicense()OcspLicensecreateOcspLicense()
-
-
-
Method Detail
-
createCmLicense
CmLicense createCmLicense()
-
createOcspLicense
OcspLicense createOcspLicense()
-
close
void close()
-
-