Print

To specify those classes relevant to the present Common-Criteria-Evaluation, the old SecSigner300.jar has been split into SecSigner.jar and SecSignerExt.jar. The former contains SecSigner, the latter the applets calling SecSigner.

If you call SecSigner in a web context, please update your HTML code calling SecSignerApplet as follows: (Grey: old code, Blue: new code)

code="<span>seccommerce.secsigner<font color="grey">sigg
.SecSignerApplet" archive="<font color="grey">SecSigner300.jar"
code="<span>seccommerce.secsigner<font color="blue">.applet.SecSignerApplet" archive="<font color="blue">SecSigner.jar,SecSignerExt.jar"

The applet classes have been moved to a different package. Please update your code as follows:

  • seccommerce.secsigner.applet.SecSignerApplet
  • seccommerce.secsigner.applet.SecVerifierApplet
  • seccommerce.secsigner.applet.SecPKISignOnApplet

 

If you call SecSigner from an application, please adjust your Classpath and replace SecSigner300.jar with SecSigner.jar.
 


In addition, the following files have been renamed:

  • secsigner300_res.pkcs7 -> secsigner_res.pkcs7
  • SecSigner300Res....jar -> SecSignerRes....jar
  • secsignersigg300.properties -> secsigner.properties