| Package | Description |
|---|---|
| de.schlichtherle.xml |
Provides compatibility with version 1 (V1) format license keys.
|
| net.java.truelicense.core.auth |
Provides authentication services.
|
| net.java.truelicense.core.codec |
Provides object graph encoding/decoding services (alias serialization).
|
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
JaxbCodec
A codec which encodes/decodes objects to/from XML with a
Marshaller/Unmarshaller derived from a JAXBContext. |
class |
SerializationCodec
A codec which encodes/decodes an object with an
ObjectOutputStream/ObjectInputStream. |
class |
X500PrincipalXmlCodec
A custom XML codec which adds a custom persistence delegate to each new
XMLEncoder for use with X500Principals in the object graph. |
class |
XmlCodec
A codec which encodes/decodes objects to/from XML with an
XMLEncoder/XMLDecoder. |
| Modifier and Type | Method and Description |
|---|---|
Codec |
CodecProvider.codec()
Returns the codec.
|
| Modifier and Type | Method and Description |
|---|---|
static Charset |
Codecs.charset(Codec codec)
Figures the content transfer charset which is used by the given codec.
|
static <T> T |
Codecs.clone(T object,
Codec codec)
Returns a clone of the given object using the given codec.
|
static Charset |
Codecs.contentTransferCharset(Codec codec)
Figures the content transfer charset which is used by the given codec.
|
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.