| Package | Description |
|---|---|
| net.java.truelicense.core |
Provides life cycle management for license keys.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseApplicationContext.PbeInjection<Target> |
LicenseApplicationContext.PbeInjection.algorithm(String algorithm)
Sets the algorithm name.
|
LicenseApplicationContext.PbeInjection<LicenseVendorContext.ManagerBuilder> |
LicenseVendorContext.ManagerBuilder.encryption()
Returns an injection for a password based encryption.
|
LicenseApplicationContext.PbeInjection<LicenseConsumerContext.ManagerBuilder> |
LicenseConsumerContext.ManagerBuilder.encryption()
Returns an injection for a password based encryption (PBE).
|
LicenseApplicationContext.PbeInjection<Target> |
LicenseApplicationContext.PbeInjection.password(ObfuscatedString password)
Sets the password used to generate a secret key for
encryption/decryption.
|
LicenseApplicationContext.PbeInjection<LicenseVendorContext.ManagerBuilder> |
LicenseVendorContext.ManagerBuilder.pbe()
Deprecated.
since TrueLicense 2.5. Use
LicenseVendorContext.ManagerBuilder.encryption() instead. |
LicenseApplicationContext.PbeInjection<LicenseConsumerContext.ManagerBuilder> |
LicenseConsumerContext.ManagerBuilder.pbe()
Deprecated.
since TrueLicense 2.5.0.
This method will be removed from the public API in
TrueLicense 3.0.0.
Use
LicenseConsumerContext.ManagerBuilder.encryption() instead. |
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.