Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Parse PKSC#7 file (p7s)

843810Jun 3 2004 — edited Jun 9 2004
i 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 7 2004
Added on Jun 3 2004
1 comment
982 views