Uses of Class
org.zkoss.chart.lic.xml.GenericCertificateIsLockedException
-
Packages that use GenericCertificateIsLockedException Package Description org.zkoss.chart.lic.xml Provides XML services like encoding/decoding of persistent objects or signing/verifying secure generic certificates. -
-
Uses of GenericCertificateIsLockedException in org.zkoss.chart.lic.xml
Methods in org.zkoss.chart.lic.xml that throw GenericCertificateIsLockedException Modifier and Type Method Description void
GenericCertificate. setEncoded(String encoded)
Setter for the bound propertyencoded
.void
GenericCertificate. setSignature(String signature)
Setter for the bound propertysignature
.void
GenericCertificate. setSignatureAlgorithm(String signatureAlgorithm)
Setter for the bound propertysignatureAlgorithm
.void
GenericCertificate. setSignatureEncoding(String signatureEncoding)
Deprecated.Currently ignored byGenericCertificate.verify(java.security.PublicKey, java.security.Signature)
.void
GenericCertificate. sign(Object content, PrivateKey signingKey, Signature signingEngine)
Encodes and signs the givencontent
in this certificate and locks it.void
GenericCertificate. verify(PublicKey verificationKey, Signature verificationEngine)
Verifies the digital signature of the encoded content in this certificate and locks it.
-