| Package | Description |
|---|---|
| de.schlichtherle.xml |
Provides compatibility with version 1 (V1) format license keys.
|
| net.java.truelicense.core.auth |
Provides authentication services.
|
| Modifier and Type | Method and Description |
|---|---|
Artifactory |
GenericCertificate.sign(Codec codec,
Signature engine,
PrivateKey key,
Object artifact) |
Artifactory |
GenericCertificate.verify(Codec codec,
Signature engine,
PublicKey key) |
| 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 |
Repository.sign(Codec codec,
Signature engine,
PrivateKey key,
Object artifact)
Encodes and signs the given
artifact
and returns an artifactory for decoding it. |
Artifactory |
BasicRepository.sign(Codec codec,
Signature engine,
PrivateKey key,
Object artifact) |
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.
|
Artifactory |
Repository.verify(Codec codec,
Signature engine,
PublicKey key)
Verifies the signature of the encoded artifact
and returns an artifactory for decoding it.
|
Artifactory |
BasicRepository.verify(Codec codec,
Signature engine,
PublicKey key) |
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.