- BaseMessage - Class in net.java.truelicense.core.util
-
A basic message implementation.
- BaseMessage() - Constructor for class net.java.truelicense.core.util.BaseMessage
-
- baseName() - Method in class net.java.truelicense.core.util.FormattedMessage
-
Returns the base name of the resource bundle to use.
- BasicLicenseManagementContext - Class in net.java.truelicense.core
-
A basic license management context.
- BasicLicenseManagementContext(String) - Constructor for class net.java.truelicense.core.BasicLicenseManagementContext
-
- BasicPbeEncryption - Class in net.java.truelicense.core.crypto
-
A basic Password Based Encryption (PBE).
- BasicPbeEncryption(PbeParameters) - Constructor for class net.java.truelicense.core.crypto.BasicPbeEncryption
-
- BasicRepository - Class in net.java.truelicense.core.auth
-
A basic repository for storing authenticated objects (artifacts).
- BasicRepository() - Constructor for class net.java.truelicense.core.auth.BasicRepository
-
- BasicV2LicenseManagementContext - Class in net.java.truelicense.core
-
The root context for the management of V2 format license keys.
- BasicV2LicenseManagementContext(String) - Constructor for class net.java.truelicense.core.BasicV2LicenseManagementContext
-
- BinaryCodecException - Exception in net.java.truelicense.core.codec
-
Indicates that a
Codec produces binary output instead of the
expected text output.
- BinaryCodecException() - Constructor for exception net.java.truelicense.core.codec.BinaryCodecException
-
- BinaryCodecException(String) - Constructor for exception net.java.truelicense.core.codec.BinaryCodecException
-
- BUFSIZE - Static variable in interface net.java.truelicense.core.io.Store
-
A reasonable buffer size, which is 8192.
- build() - Method in interface net.java.truelicense.core.util.Builder
-
Builds and returns a new product.
- build() - Method in class net.java.truelicense.core.x500.GenericX500PrincipalBuilder
-
Returns the X.500 principal with the distinguished name as built from
the sequence of attribute type and value pairs.
- Builder<Product> - Interface in net.java.truelicense.core.util
-
A builder for some product.
- bundle(String) - Static method in class net.java.truelicense.core.util.FormattedResourceBundle
-
Returns a formatted resource bundle for the given base name.
- bundle(String, Locale) - Static method in class net.java.truelicense.core.util.FormattedResourceBundle
-
Returns a formatted resource bundle for the given base name with the
given locale.