You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the content of NSData that is returned by generateKey() in DH class?
How can I convert it (Public Key) to X509 in order to be used by Java consumer?
Best Regards,
P
The text was updated successfully, but these errors were encountered:
/*!
@function CCDHGenerateKey
@abstract Generate the public key for use in a Diffie-Hellman handshake.
This value is returned as a byte string.
@param ref The Diffie-Hellman context.
@result returns -1 on failure.
*/
Hi,
What is the content of NSData that is returned by generateKey() in DH class?
How can I convert it (Public Key) to X509 in order to be used by Java consumer?
Best Regards,
P
The text was updated successfully, but these errors were encountered: