Uses of Interface
io.keikaiex.license.KeyStoreParam
-
Packages that use KeyStoreParam Package Description io.keikaiex.license Manages licensing tasks like signing/verifying, validating, compressing/decompressing and encrypting/decrypting. -
-
Uses of KeyStoreParam in io.keikaiex.license
Classes in io.keikaiex.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 io.keikaiex.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 io.keikaiex.license with parameters of type KeyStoreParam Modifier and Type Method Description voidLicenseNotary. setKeyStoreParam(KeyStoreParam param)Sets the keyStore configuration parameters.Constructors in io.keikaiex.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.
-