Uses of Interface
io.keikaiex.license.CipherParam
-
Packages that use CipherParam Package Description io.keikaiex.license Manages licensing tasks like signing/verifying, validating, compressing/decompressing and encrypting/decrypting. -
-
Uses of CipherParam in io.keikaiex.license
Classes in io.keikaiex.license that implement CipherParam Modifier and Type Class Description classDefaultCipherParamThis is a convenience class implementing theCipherParaminterface.Methods in io.keikaiex.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 io.keikaiex.license with parameters of type CipherParam Modifier and Type Method Description voidPrivacyGuard. setCipherParam(CipherParam param)Sets the cipher configuration parameters.Constructors in io.keikaiex.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.
-