RE: Diffie-Hellman X509EncodedKeySpec

2013-04-09 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Julian Melzig >Sent: Monday, 08 April, 2013 01:50 >In C I have to make a Diffie-Hellman Key Exchange and the problem is >that the corresponding Java Server expects a ASN.1 DER encoded >SubjectPublicKeyInfo, the same thing that Java creates with

Re: Diffie-Hellman X509EncodedKeySpec

2013-04-09 Thread azhar jodatti
May we get the code.both java and c Regards, Azhar Hello, It would be very great if my problem could be solved here. In C I have to make a Diffie-Hellman Key Exchange and the problem is that the corresponding Java Server expects a ASN.1 DER encoded SubjectPublicKeyInfo, the same thing that Jav

Diffie-Hellman X509EncodedKeySpec

2013-04-09 Thread Julian Melzig
Hello, It would be very great if my problem could be solved here. In C I have to make a Diffie-Hellman Key Exchange and the problem is that the corresponding Java Server expects a ASN.1 DER encoded SubjectPublicKeyInfo, the same thing that Java creates with the getEncoded() Method, described h