nn::http::Connection::SetRootCa Member Function

Syntax

nn::Result SetRootCa(
     const u8 * pCertData,
     size_t certDataSize
);

nn::Result SetRootCa(
     InternalCaCertId inCaCertName
);

List of Overloaded Member Functions

SetRootCa(const u8 *, size_t) Sets the CA certificate. Call this function multiple times to set multiple certificates.
SetRootCa(InternalCaCertId) Sets the device internal CA certificate. Call this function multiple times to set multiple certificates.

Description of SetRootCa(const u8 *, size_t)

Sets the CA certificate. Call this function multiple times to set multiple certificates.

Description of SetRootCa(InternalCaCertId)

Sets the device internal CA certificate. Call this function multiple times to set multiple certificates.


CONFIDENTIAL