- secretKey() - Method in class net.java.truelicense.core.crypto.BasicPbeEncryption
-
- SerializationCodec - Class in net.java.truelicense.core.codec
-
- SerializationCodec() - Constructor for class net.java.truelicense.core.codec.SerializationCodec
-
- setAlgorithm(String) - Method in class net.java.truelicense.core.auth.RepositoryModel
-
Sets the signature algorithm.
- setArtifact(String) - Method in class net.java.truelicense.core.auth.RepositoryModel
-
Sets the encoded artifact.
- setConsumerAmount(int) - Method in class net.java.truelicense.core.License
-
Sets the amount of consumers which are allowed to use the licensing
subject.
- setConsumerType(String) - Method in class net.java.truelicense.core.License
-
Sets the description of the type of the entity or object which
allocates (consumes) the license for using the licensing subject.
- setEncoded(String) - Method in class de.schlichtherle.xml.GenericCertificate
-
- setExtra(Object) - Method in class net.java.truelicense.core.License
-
Sets the license extra data.
- setHolder(X500Principal) - Method in class net.java.truelicense.core.License
-
Sets the distinguished name of the legal entity to which the license
is granted by the issuer/vendor, typically the consumer.
- setInfo(String) - Method in class net.java.truelicense.core.License
-
Sets the license information.
- setIssued(Date) - Method in class net.java.truelicense.core.License
-
Sets the date/time when the license has been issued.
- setIssuer(X500Principal) - Method in class net.java.truelicense.core.License
-
Sets the distinguished name of the legal entity which grants the
license to the holder/consumer, typically the license vendor.
- setNotAfter(Date) - Method in class net.java.truelicense.core.License
-
Sets the date/time when the license ends to be valid (expires).
- setNotBefore(Date) - Method in class net.java.truelicense.core.License
-
Sets the date/time when the license begins to be valid.
- setSignature(String) - Method in class de.schlichtherle.xml.GenericCertificate
-
- setSignature(String) - Method in class net.java.truelicense.core.auth.RepositoryModel
-
Sets the encoded signature.
- setSignatureAlgorithm(String) - Method in class de.schlichtherle.xml.GenericCertificate
-
- setSignatureEncoding(String) - Method in class de.schlichtherle.xml.GenericCertificate
-
- setSubject(String) - Method in class net.java.truelicense.core.License
-
Sets the description of the product which requires licensing.
- setTerm(int) - Method in class net.java.truelicense.core.License
-
Conveniently computes the issued date/time, notBefore
date/time and notAfter date/time properties from the given
number of days.
- sign(Codec, Signature, PrivateKey, Object) - Method in class de.schlichtherle.xml.GenericCertificate
-
- sign(Codec, Repository, Object) - Method in interface net.java.truelicense.core.auth.Authentication
-
Encodes and signs the given artifact in the provided
repository and returns an artifactory for decoding it.
- sign(Codec, Signature, PrivateKey, Object) - Method in class net.java.truelicense.core.auth.BasicRepository
-
- sign(Codec, Repository, Object) - Method in class net.java.truelicense.core.auth.Notary
-
- sign(Codec, Signature, PrivateKey, Object) - Method in interface net.java.truelicense.core.auth.Repository
-
Encodes and signs the given artifact
and returns an artifactory for decoding it.
- Sink - Interface in net.java.truelicense.core.io
-
- Sinks - Class in net.java.truelicense.core.io
-
- source() - Method in interface net.java.truelicense.core.auth.KeyStoreParameters
-
Returns the nullable input source for the key store.
- Source - Interface in net.java.truelicense.core.io
-
- source() - Method in interface net.java.truelicense.core.io.SourceProvider
-
Returns the source.
- SourceProvider - Interface in net.java.truelicense.core.io
-
Provides a source.
- Sources - Class in net.java.truelicense.core.io
-
- Store - Interface in net.java.truelicense.core.io
-
An abstraction for storing data.
- store() - Method in interface net.java.truelicense.core.io.StoreProvider
-
Returns the store.
- storeIn(Store) - Method in interface net.java.truelicense.core.LicenseConsumerContext.ManagerBuilder
-
Store the license key in the given store.
- storeInFile(File) - Method in interface net.java.truelicense.core.LicenseConsumerContext.ManagerBuilder
-
Store the license key in the given file.
- storeInSystemPreferences(Class<?>) - Method in interface net.java.truelicense.core.LicenseConsumerContext.ManagerBuilder
-
Store the license key in the system preferences node for the package
of the given class.
- storeInUserPreferences(Class<?>) - Method in interface net.java.truelicense.core.LicenseConsumerContext.ManagerBuilder
-
Store the license key in the user preferences node for the package
of the given class.
- storePassword() - Method in interface net.java.truelicense.core.auth.KeyStoreParameters
-
Returns a new char array with the password for verifying the integrity
of the key store.
- storePassword(ObfuscatedString) - Method in interface net.java.truelicense.core.LicenseApplicationContext.KsbaInjection
-
Sets the password for verifying the integrity of the key store.
- StoreProvider - Interface in net.java.truelicense.core.io
-
Provides a store.
- storeType() - Method in interface net.java.truelicense.core.auth.KeyStoreParameters
-
Returns the type of the key store,
for example "JCEKS" or "JKS".
- storeType() - Method in class net.java.truelicense.core.BasicV2LicenseManagementContext
-
Returns the name of the default key store type,
for example "JCEKS" or "JKS".
- storeType(String) - Method in interface net.java.truelicense.core.LicenseApplicationContext.KsbaInjection
-
Sets the type of the key store,
for example "JCEKS" or "JKS".
- storeType() - Method in interface net.java.truelicense.core.LicenseManagementContext
-
Returns the name of the default key store type,
for example "JCEKS" or "JKS".
- storeType() - Method in class net.java.truelicense.core.V1LicenseManagementContext
-
Returns the name of the default key store type,
for example "JCEKS" or "JKS".
- Strings - Class in net.java.truelicense.core.util
-
Provides static functions for nullable strings.
- subject() - Method in class net.java.truelicense.core.BasicLicenseManagementContext
-
Returns the licensing subject.
- subject() - Method in interface net.java.truelicense.core.LicenseSubjectProvider
-
Returns the licensing subject.
- sync() - Method in class net.java.truelicense.core.io.PreferencesStore
-
- systemNodeStore(Class<?>) - Method in interface net.java.truelicense.core.LicenseApplicationContext
-
Returns a store for the system preferences node for the package of the
given class.