 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Vittorio Guest
|
Posted: Wed Jan 14, 2004 10:44 am Post subject: ParsingException reading P7M file |
|
|
Hi all,
I have a problem reading a P7M file with sun.security.pkcs.PKCS7 class.
The exception is thrown by the last code line:
[...]
FileInputStream fis = new FileInputStream("c:\test\file.pdf.p7m");
PKCS7 pk = new PKCS7(fis); <----- ERROR !!!
[...]
The Exception is:
sun.security.pkcs.ParsingException: IOException: toDerInputStream rejects
tag type -96
I have created the P7M file with an "official" application that reads
Certificate from a Smart Card, and I have checked it with another "official"
application that correctly reads the file.
Thank you, Vittorio Avallone
|
|
| Back to top |
|
 |
Hans Granqvist Guest
|
Posted: Wed Jan 14, 2004 10:42 pm Post subject: Re: ParsingException reading P7M file |
|
|
| Quote: | FileInputStream fis = new FileInputStream("c:\test\file.pdf.p7m");
PKCS7 pk = new PKCS7(fis); <----- ERROR !!!
sun.security.pkcs.ParsingException: IOException: toDerInputStream rejects
tag type -96
I have created the P7M file with an "official" application that reads
Certificate from a Smart Card, and I have checked it with another "official"
application that correctly reads the file.
|
Maybe it's incorrectly encoded and the 'official' application
is more forgiving than Sun's internal classes? What does a utility
like Peter Gutmann's dumpasn1 [1] or bouncycastle's ASN1
implementation say?
-Hans
[1] http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|