Relative Content

Tag Archive for javaeclipseitext7pkcs#11

The import sun.security.pkcs11 cannot be resolved

I am trying write a code to digitally sign PDF document using hardware token(epass2003auto) using itext7 library taking examples from the documentation itself. But, i keep getting the error “The import sun.security.pkcs11 cannot be resolved”. I am using eclipse Maven project to run the application. Can anyone help me to achieve this.