|
TrueLicense Core 1.33 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CipherParam
Configures parameters for the PKCS-5 algorithm used to encrypt/decrypt a
compressed, signed GenericCertificate.
This interface is used by the LicenseManager to perform the
encryption/decyrption of license keys.
Note: To protect your application against reverse engineering and thus reduce the risk to compromise the privacy of your passwords, it is highly recommended to obfuscate all JAR files which contain class files that implement this interface with a tool like ProGuard.
| Method Summary | |
|---|---|
String |
getKeyPwd()
Returns the password used to generate a secret key for the encryption/decryption of license keys |
| Method Detail |
|---|
String getKeyPwd()
null is never returned.
Note that the Policy class provides additional constraints
for the returned password.
Policy.checkPwd(String)
|
TrueLicense Core 1.33 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||