How to sign pdf files using algorithm rsassa_pkcs1v15 with pkcs11? #365
-
I'm new to pyhanko. How do I use pyhanko to sign pdf file with algorithm rsassa_pkcs1v15 using pkcs11 module. I have consulted pkcs11.py but it seems there is no algorithm selection section. For rsassa_pss there is a prefer_pss field but for rsassa_pkcs1v15 haven't see any guide in the documentation. Sorry for my bad English. |
Beta Was this translation helpful? Give feedback.
Answered by
MatthiasValvekens
Jan 14, 2024
Replies: 1 comment 3 replies
-
That one is the default for RSA keys, so you don't have to do anything special :). |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
pahnd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That one is the default for RSA keys, so you don't have to do anything special :).