decript pkcs7 signed data( or decode )
I have a file signed in PKCS#7.
What I should do is decoding( or decript, or process other) for getting a original data
befor signing in PKCS#7 .
I want to do this using SUN security package( not bouncy castle, etc...)
If somebody have a idea. Please show me how I can do this.