wmJNIc.c
setCcSSLCertificates


jint
setCcSSLCertificates(
      WmContext *con,
      const char *cert,
      const char *privkey,
      const char *ca)
Sets the certificates and keys to use when creating a SSL connection.
Parameters:
WmContext *con - Client Context.
const char *cert - Path name of the DER encoded certificate for the user.
const char *privkey - Path name of the DER encoded private key.
const char *ca - Path name of the DER encoded certificate for the issuing CA.
Returns:
jint - The status of this call. Success return 1 otherwise return 0.