Uses of Class
org.zkoss.zkex.xml.GenericCertificateIsLockedException
-
Packages that use GenericCertificateIsLockedException Package Description org.zkoss.zkex.xml -
-
Uses of GenericCertificateIsLockedException in org.zkoss.zkex.xml
Methods in org.zkoss.zkex.xml that throw GenericCertificateIsLockedException Modifier and Type Method Description voidGenericCertificate. setEncoded(java.lang.String encoded)Setter for the bound propertyencoded.voidGenericCertificate. setSignature(java.lang.String signature)Setter for the bound propertysignature.voidGenericCertificate. setSignatureAlgorithm(java.lang.String signatureAlgorithm)Setter for the bound propertysignatureAlgorithm.voidGenericCertificate. setSignatureEncoding(java.lang.String signatureEncoding)Deprecated.Currently ignored byGenericCertificate.verify(java.security.PublicKey, java.security.Signature).voidGenericCertificate. sign(java.lang.Object content, java.security.PrivateKey signingKey, java.security.Signature signingEngine)Encodes and signs the givencontentin this certificate and locks it.voidGenericCertificate. verify(java.security.PublicKey verificationKey, java.security.Signature verificationEngine)Verifies the digital signature of the encoded content in this certificate and locks it.
-