Uses of Class
org.zkoss.zkex.xml.GenericCertificate
-
Packages that use GenericCertificate Package Description org.zkoss.zkex.license org.zkoss.zkex.xml -
-
Uses of GenericCertificate in org.zkoss.zkex.license
Methods in org.zkoss.zkex.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 org.zkoss.zkex.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 org.zkoss.zkex.xml
Constructors in org.zkoss.zkex.xml with parameters of type GenericCertificate Constructor Description GenericCertificate(GenericCertificate cert)Copy constructor for the given generic certificate.
-