-1

I am developing software that allows signing PDF documents using cryptographic support.

Now I can do this on windows using DSS signature, except DSS doesn't allow signing on macOS using a USB token.

Is there a solution other than DSS that I can use on macOS to resolve this blockage ?

Med
  • 9
  • 2

1 Answers1

1

You may try to use AppleSignatureToken available in DSS 5.10.

Also Pkcs11SignatureToken should work for MacOS as well, but you need a corresponding software, reading the smartcard/USB token.

You may also try a cross-platform mocca, or create a signature with ready-to-use Nexu bundle.

Best regards, Aleksandr.

bsanchezb
  • 88
  • 8