Package org.zkoss.chart.lic.xml
Provides XML services like encoding/decoding of persistent
objects or signing/verifying secure generic certificates.
-
Class Summary Class Description GenericCertificate This non-visual JavaBean implements authenticated runtime objects whose integrity cannot be compromised without being detected.PersistenceService Provides a collection of static methods to support comfortable loading and storing of objects as XML data. -
Exception Summary Exception Description GenericCertificateIntegrityException An instance of this class is thrown if the integrity of aGenericCertificate
has been detected to be compromised.GenericCertificateIsLockedException Thrown if a property is tried to set once aGenericCertificate
has been locked.GenericCertificateNotLockedException An instance of this class is thrown if aGenericCertificate
's content is tried to be retrieved but the certificate has neither signed nor verified any content.PersistenceServiceException An instance of this class is thrown when storing or loading a persistent object graph to or from an XML file has failed.