Parse PKSC#7 file (p7s)
843810Jun 3 2004 — edited Jun 9 2004i have a PKSC#7 file which contains
1. certificate of the signer (can be more than one certificate)
2.original message
3.digital signature
4.and the hash algorithm
I need to extract the certifcate and the original message from this .p7s file
How can i do this ?
If possible, using only java native classes and the Sun provider
Thanks