Uses of Interface
org.zkoss.zkex.license.KeyStoreParam
-
Packages that use KeyStoreParam Package Description org.zkoss.zkex.license -
-
Uses of KeyStoreParam in org.zkoss.zkex.license
Classes in org.zkoss.zkex.license that implement KeyStoreParam Modifier and Type Class Description classAbstractKeyStoreParamThis is a convenience class implementing thegetStream()method.classDefaultKeyStoreParamThis is a convenience class implementing theKeyStoreParaminterface.Methods in org.zkoss.zkex.license that return KeyStoreParam Modifier and Type Method Description KeyStoreParamDefaultLicenseParam. getKeyStoreParam()KeyStoreParamLicenseNotary. getKeyStoreParam()Returns the keyStore configuration parameters.KeyStoreParamLicenseParam. getKeyStoreParam()Returns the keystore configuration parameters for the license manager -nullis never returned.Methods in org.zkoss.zkex.license with parameters of type KeyStoreParam Modifier and Type Method Description voidLicenseNotary. setKeyStoreParam(KeyStoreParam param)Sets the keyStore configuration parameters.Constructors in org.zkoss.zkex.license with parameters of type KeyStoreParam Constructor Description DefaultLicenseParam(java.lang.String subject, java.util.prefs.Preferences preferences, KeyStoreParam keyStoreParam, CipherParam cipherParam)Creates a new instance of DefaultLicenseParam.LicenseNotary(KeyStoreParam param)Creates a new License Notary.
-