Uses of Interface
org.zkoss.zkex.license.CipherParam
-
Packages that use CipherParam Package Description org.zkoss.zkex.license -
-
Uses of CipherParam in org.zkoss.zkex.license
Classes in org.zkoss.zkex.license that implement CipherParam Modifier and Type Class Description classDefaultCipherParamThis is a convenience class implementing theCipherParaminterface.Methods in org.zkoss.zkex.license that return CipherParam Modifier and Type Method Description CipherParamDefaultLicenseParam. getCipherParam()CipherParamLicenseParam. getCipherParam()Returns the cipher configuration parameters for the license manager -nullis never returned.CipherParamPrivacyGuard. getCipherParam()Returns the cipher configuration parameters.Methods in org.zkoss.zkex.license with parameters of type CipherParam Modifier and Type Method Description voidPrivacyGuard. setCipherParam(CipherParam param)Sets the cipher configuration parameters.Constructors in org.zkoss.zkex.license with parameters of type CipherParam Constructor Description DefaultLicenseParam(java.lang.String subject, java.util.prefs.Preferences preferences, KeyStoreParam keyStoreParam, CipherParam cipherParam)Creates a new instance of DefaultLicenseParam.PrivacyGuard(CipherParam param)Creates a new Privacy Guard.
-