Uses of Class
io.keikaiex.xml.GenericCertificate
-
Packages that use GenericCertificate Package Description io.keikaiex.license Manages licensing tasks like signing/verifying, validating, compressing/decompressing and encrypting/decrypting.io.keikaiex.xml Provides XML services like encoding/decoding of persistent objects or signing/verifying secure generic certificates. -
-
Uses of GenericCertificate in io.keikaiex.license
Methods in io.keikaiex.license that return GenericCertificate Modifier and Type Method Description protected GenericCertificateLicenseManager. getCertificate()Returns the license certificate cached from the last installation/verification of a license key ornullif there wasn't an installation/verification or a timeout has occured.GenericCertificatePrivacyGuard. key2cert(byte[] key)Decrypts, decompresses and decodes the given license key and returns the result as a license certificate.GenericCertificateLicenseNotary. sign(java.lang.Object content)Encodes and signs the givencontentand returns a locked generic certificate holding the encoded content and its digital signature.Methods in io.keikaiex.license with parameters of type GenericCertificate Modifier and Type Method Description byte[]PrivacyGuard. cert2key(GenericCertificate certificate)Encodes, compresses and encrypts the given license certificate and returns the result as a license key.protected voidLicenseManager. setCertificate(GenericCertificate certificate)Sets the given license certificate as installed or verified.voidLicenseNotary. verify(GenericCertificate certificate)Verifies the digital signature of the encoded content in the givencertificateand locks it. -
Uses of GenericCertificate in io.keikaiex.xml
Constructors in io.keikaiex.xml with parameters of type GenericCertificate Constructor Description GenericCertificate(GenericCertificate cert)Copy constructor for the given generic certificate.
-