| Package | Description |
|---|---|
| net.java.truelicense.core |
Provides life cycle management for license keys.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseApplicationContext.KsbaInjection<Target> |
LicenseApplicationContext.KsbaInjection.alias(String alias)
Sets the alias name of the key entry.
|
LicenseApplicationContext.KsbaInjection<Target> |
LicenseApplicationContext.KsbaInjection.keyPassword(ObfuscatedString keyPassword)
Sets the password for accessing the private key in the key entry.
|
LicenseApplicationContext.KsbaInjection<LicenseVendorContext.ManagerBuilder> |
LicenseVendorContext.ManagerBuilder.keyStore()
Returns an injection for a key store based authentication.
|
LicenseApplicationContext.KsbaInjection<LicenseConsumerContext.ManagerBuilder> |
LicenseConsumerContext.ManagerBuilder.keyStore()
Returns an injection for a key store based authentication.
|
LicenseApplicationContext.KsbaInjection<Target> |
LicenseApplicationContext.KsbaInjection.loadFrom(Source source)
Sets the source for the key store.
|
LicenseApplicationContext.KsbaInjection<Target> |
LicenseApplicationContext.KsbaInjection.loadFromResource(String name)
Sets the resource name of the key store.
|
LicenseApplicationContext.KsbaInjection<Target> |
LicenseApplicationContext.KsbaInjection.storePassword(ObfuscatedString storePassword)
Sets the password for verifying the integrity of the key store.
|
LicenseApplicationContext.KsbaInjection<Target> |
LicenseApplicationContext.KsbaInjection.storeType(String storeType)
Sets the type of the key store,
for example
"JCEKS" or "JKS". |
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.