|
TrueLicense Core 1.33 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CipherParam | |
|---|---|
| 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 CipherParam in de.schlichtherle.license |
|---|
| Classes in de.schlichtherle.license that implement CipherParam | |
|---|---|
class |
DefaultCipherParam
This is a convenience class implementing the CipherParam interface. |
| Fields in de.schlichtherle.license declared as CipherParam | |
|---|---|
private CipherParam |
DefaultLicenseParam.cipherParam
|
private CipherParam |
PrivacyGuard.param
|
| Methods in de.schlichtherle.license that return CipherParam | |
|---|---|
CipherParam |
PrivacyGuard.getCipherParam()
Returns the cipher configuration parameters. |
CipherParam |
LicenseParam.getCipherParam()
Returns the cipher configuration parameters for the license manager - null is never returned. |
CipherParam |
DefaultLicenseParam.getCipherParam()
|
| Methods in de.schlichtherle.license with parameters of type CipherParam | |
|---|---|
void |
PrivacyGuard.setCipherParam(CipherParam param)
Sets the cipher configuration parameters. |
private void |
PrivacyGuard.setCipherParam0(CipherParam param)
|
| Constructors in de.schlichtherle.license with parameters of type CipherParam | |
|---|---|
DefaultLicenseParam(String subject,
Preferences preferences,
KeyStoreParam keyStoreParam,
CipherParam cipherParam)
Creates a new instance of DefaultLicenseParam. |
|
PrivacyGuard(CipherParam param)
Creates a new Privacy Guard. |
|
| Uses of CipherParam in de.schlichtherle.license.ftp |
|---|
| Constructors in de.schlichtherle.license.ftp with parameters of type CipherParam | |
|---|---|
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 | ||||||||