I am getting the following error while invoking the verify signature
operation of Livecyle Signature service : Does anyone have any idea when
this error shows up ?PDFSignatureVerificationResult signInfo =
signClient.verify(inputPDF,fieldName,RevocationCheckStyle.NoCheck,VerificationTime.CURRENT_TIME,null,null,null,null);java.lang.ClassCastException:
com.rsa.jsafe.provider.JSA_RSAPublicKey incompatible with
com.rsa.jsafe.provider.JS_PublicKey at
com.rsa.jsafe.provider.JS_Signature.engineInitVerif...