|
TrueLicense Core 1.33 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use KeyStoreParam | |
|---|---|
| de.schlichtherle.license | Manages licensing tasks like signing/verifying, validating, compressing/decompressing and encrypting/decrypting. |
| de.schlichtherle.license.ftp | Adds functionality required to manage a free trial period (FTP) license. |
| Uses of KeyStoreParam in de.schlichtherle.license |
|---|
| Classes in de.schlichtherle.license that implement KeyStoreParam | |
|---|---|
class |
AbstractKeyStoreParam
This is a convenience class implementing the getStream() method. |
class |
DefaultKeyStoreParam
This is a convenience class implementing the KeyStoreParam interface. |
| Fields in de.schlichtherle.license declared as KeyStoreParam | |
|---|---|
private KeyStoreParam |
DefaultLicenseParam.keyStoreParam
|
private KeyStoreParam |
LicenseNotary.param
|
| Methods in de.schlichtherle.license that return KeyStoreParam | |
|---|---|
KeyStoreParam |
LicenseParam.getKeyStoreParam()
Returns the keystore configuration parameters for the license manager - null is never returned. |
KeyStoreParam |
LicenseNotary.getKeyStoreParam()
Returns the keyStore configuration parameters. |
KeyStoreParam |
DefaultLicenseParam.getKeyStoreParam()
|
| Methods in de.schlichtherle.license with parameters of type KeyStoreParam | |
|---|---|
void |
LicenseNotary.setKeyStoreParam(KeyStoreParam param)
Sets the keyStore configuration parameters. |
private void |
LicenseNotary.setKeyStoreParam0(KeyStoreParam param)
|
| Constructors in de.schlichtherle.license with parameters of type KeyStoreParam | |
|---|---|
DefaultLicenseParam(String subject,
Preferences preferences,
KeyStoreParam keyStoreParam,
CipherParam cipherParam)
Creates a new instance of DefaultLicenseParam. |
|
LicenseNotary(KeyStoreParam param)
Creates a new License Notary. |
|
| Uses of KeyStoreParam in de.schlichtherle.license.ftp |
|---|
| Fields in de.schlichtherle.license.ftp declared as KeyStoreParam | |
|---|---|
private KeyStoreParam |
AbstractLicenseParam.ftpKeyStoreParam
|
| Methods in de.schlichtherle.license.ftp that return KeyStoreParam | |
|---|---|
KeyStoreParam |
LicenseParam.getFTPKeyStoreParam()
Returns the keystore configuration parameters for the free trial period license. |
KeyStoreParam |
AbstractLicenseParam.getFTPKeyStoreParam()
|
| Constructors in de.schlichtherle.license.ftp with parameters of type KeyStoreParam | |
|---|---|
AbstractLicenseParam(String subject,
Preferences preferences,
KeyStoreParam keyStoreParam,
KeyStoreParam ftpKeyStoreParam,
int ftpDays,
CipherParam cipherParam)
Creates a new instance of AbstractLicenseParam. |
|
|
TrueLicense Core 1.33 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||