CPS_SetMyCert

C Specification

#include <nitroWiFi/cps.h>
void CPS_SetMyCert(CPSCertificate *c, CPSPrivateKey *k);

Arguments

c Server certificate
k Private key information

Return Values

None.

Description

Sets own server certificate and private key information. For these pieces of information, only the pointers are saved, so they need to be kept in memory the entire time. This does not block.

See Also

CPSCertificate, CPSPrivateKey

Revision History

2005/10/21 Initial version.


CONFIDENTIAL