| Package | Description |
|---|---|
| de.schlichtherle.xml |
Provides compatibility with version 1 (V1) format license keys.
|
| net.java.truelicense.core |
Provides life cycle management for license keys.
|
| net.java.truelicense.core.auth |
Provides authentication services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericCertificate
Provides compatibility with version 1 (V1) format license keys as used
by TrueLicense 1.X applications.
|
| Modifier and Type | Method and Description |
|---|---|
Repository |
LicenseParameters.repository()
Returns a new repository.
|
abstract Repository |
BasicLicenseManagementContext.repository()
Returns a new repository to use for
licenses.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicRepository
A basic repository for storing authenticated objects (artifacts).
|
| Modifier and Type | Method and Description |
|---|---|
Repository |
RepositoryProvider.repository()
Returns the repository.
|
| Modifier and Type | Method and Description |
|---|---|
Artifactory |
Notary.sign(Codec codec,
Repository repository,
Object artifact) |
Artifactory |
Authentication.sign(Codec codec,
Repository repository,
Object artifact)
Encodes and signs the given
artifact in the provided
repository and returns an artifactory for decoding it. |
Artifactory |
Notary.verify(Codec codec,
Repository repository) |
Artifactory |
Authentication.verify(Codec codec,
Repository repository)
Verifies the signature of the encoded artifact in the provided
repository and returns an artifactory for decoding it.
|
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.