Verifying a digital signature created in Java
From: Blair Taylor (taylorblair@hotmail.com)
Date: 11/25/02
- Next message: Danny Shisler: "Re: Permissions needed for a Windows Forms Control to call a WebService"
- Previous message: John Timney \(Microsoft MVP\): "Re: Permissions needed for a Windows Forms Control to call a WebService"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Blair Taylor" <taylorblair@hotmail.com> Date: Sun, 24 Nov 2002 15:48:32 -0800
I am attempting to verify a digital signature using C# and
the .NET Framework on a digital signature created in Java.
I am having a problem loading the public key into the DSA
security provider.
If I read the key as a stream of bytes and set the Y
parameter of the DSAParameters object, then import the
DSAParameters object, I am told that some fields are
missing.
I have accessed the P, Q and G values in Java, converted
them to bytes and set the appropriate parameters of the
DSAParameters object. I then receive a message
indicating "bad data".
Is it possible to load in the public key in this way? All
the samples seem to use FromXMLString and ToXMLString.
- Next message: Danny Shisler: "Re: Permissions needed for a Windows Forms Control to call a WebService"
- Previous message: John Timney \(Microsoft MVP\): "Re: Permissions needed for a Windows Forms Control to call a WebService"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|