| Package | Description |
|---|---|
| net.java.truelicense.core |
Provides life cycle management for license keys.
|
| net.java.truelicense.core.crypto |
Provides encryption services.
|
| Modifier and Type | Method and Description |
|---|---|
Encryption |
V1LicenseManagementContext.encryption(PbeParameters parameters)
Returns an encryption for the given PBE parameters.
|
Encryption |
LicenseManagementContext.encryption(PbeParameters parameters)
Returns an encryption for the given PBE parameters.
|
Encryption |
BasicV2LicenseManagementContext.encryption(PbeParameters parameters)
Returns an encryption for the given PBE parameters.
|
Encryption |
LicenseVendorContext.pbe(String algorithm,
ObfuscatedString password)
Configures a Password Based Encryption (PBE).
|
Encryption |
LicenseApplicationContext.pbe(String algorithm,
ObfuscatedString password)
Configures a Password Based Encryption (PBE).
|
| Modifier and Type | Method and Description |
|---|---|
LicenseConsumerManager |
LicenseConsumerContext.chainedManager(LicenseConsumerManager parent,
Authentication authentication,
Encryption encryption,
Store store)
Deprecated.
since TrueLicense 2.5.0.
This method will be removed from the public API in
TrueLicense 3.0.0.
|
LicenseVendorContext.ManagerBuilder |
LicenseVendorContext.ManagerBuilder.encryption(Encryption encryption)
Sets the encryption.
|
LicenseConsumerContext.ManagerBuilder |
LicenseConsumerContext.ManagerBuilder.encryption(Encryption encryption)
Sets the encryption.
|
LicenseConsumerManager |
LicenseConsumerContext.ftpManager(LicenseConsumerManager parent,
Authentication authentication,
Encryption encryption,
Store secret,
int days)
Deprecated.
since TrueLicense 2.5.0.
This method will be removed from the public API in
TrueLicense 3.0.0.
|
LicenseVendorManager |
LicenseVendorContext.manager(Authentication authentication,
Encryption encryption)
Configures a license vendor manager.
|
LicenseConsumerManager |
LicenseConsumerContext.manager(Authentication authentication,
Encryption encryption,
Store store)
Deprecated.
since TrueLicense 2.5.0.
This method will be removed from the public API in
TrueLicense 3.0.0.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicPbeEncryption
A basic Password Based Encryption (PBE).
|
| Modifier and Type | Method and Description |
|---|---|
Encryption |
EncryptionProvider.encryption()
Returns an encryption.
|
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.