Replies: 1 comment
-
You can generate a signature with a key using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello to all.
as the title suggests I'm trying to figure out how to digitally sign a pdf. In the iOS documentation I did not find anything that can help me.
The alternatives I have are OpenSSL (too complex, I'm not a C / C ++ developer), BouncyCastle (unfortunately only java or C #).
Reading the code, it looks like Shield can help me.
These are code snippets from my colleagues on Android:
where
DigestSigner
I would understand if Shield is able to do the same things as BouncyCastle.
And above all, how can I make them happen.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions