Uses of Class
io.keikaiex.license.LicenseContent
-
Packages that use LicenseContent Package Description io.keikaiex.license Manages licensing tasks like signing/verifying, validating, compressing/decompressing and encrypting/decrypting.io.keikaiex.rt -
-
Uses of LicenseContent in io.keikaiex.license
Methods in io.keikaiex.license that return LicenseContent Modifier and Type Method Description protected LicenseContentLicenseManager. install(byte[] key, LicenseNotary notary)Decrypts, decompresses, decodes and verifies the license key inkey, validates its license content and installs it as the current license key.LicenseContentLicenseManager. install(java.io.File keyFile)Loads, decrypts, decompresses, decodes and verifies the license key inkeyFile, validates its license content and installs it as the current license key.protected LicenseContentLicenseManager. install(java.io.File keyFile, LicenseNotary notary)Loads, decrypts, decompresses, decodes and verifies the license key inkeyFile, validates its license content and installs it as the current license key.LicenseContentLicenseManager. verify()Decrypts, decompresses, decodes and verifies the current license key, validates its license content and returns it.LicenseContentLicenseManager. verify(byte[] key)Decrypts, decompresses, decodes and verifies the given license key, validates its license content and returns it.protected LicenseContentLicenseManager. verify(byte[] key, LicenseNotary notary)Decrypts, decompresses, decodes and verifies the given license key, validates its license content and returns it.protected LicenseContentLicenseManager. verify(LicenseNotary notary)Decrypts, decompresses, decodes and verifies the current license key, validates its license content and returns it.LicenseContentLicenseVerifier. verify(byte[] key)Decrypts, decompresses, decodes and verifies the given license key, validates its license content and returns it.Methods in io.keikaiex.license with parameters of type LicenseContent Modifier and Type Method Description byte[]LicenseCreator. create(LicenseContent content)Initializes and validates the license content, creates a new signed license certificate for it and compresses, encrypts and returns it as a license key.byte[]LicenseManager. create(LicenseContent content)Initializes and validates the license content, creates a new signed license certificate for it and compresses, encrypts and returns it as a license key.protected byte[]LicenseManager. create(LicenseContent content, LicenseNotary notary)Initializes and validates the license content, creates a new signed license certificate for it and compresses, encrypts and returns it as a license key.protected voidLicenseManager. initialize(LicenseContent content)Initializes the given licensecontentwith some reasonable defaults unless the respective properties have already been set.protected voidLicenseManager. store(LicenseContent content, LicenseNotary notary, java.io.File keyFile)Initializes and validates the license content, creates a new signed license certificate for it and compresses, encrypts and stores it to the given file as a license key.voidLicenseManager. store(LicenseContent content, java.io.File keyFile)Initializes and validates the license content, creates a new signed license certificate for it and compresses, encrypts and stores it to the given file as a license key.protected voidLicenseManager. validate(LicenseContent content)Validates the license content. -
Uses of LicenseContent in io.keikaiex.rt
Subclasses of LicenseContent in io.keikaiex.rt Modifier and Type Class Description classRuntimeInfoExtended runtime license information.
-