nn::boss::RegisterPrivateRootCa Function

Syntax

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

Arguments

Name Description
in pCertData Root certificate data. The data format conforms to the ASN.1 standard.
in certDataSize Specifies the size of the client certificate data.

Return Values

Returns the result of the operation.

Description

Registers a private HTTPS root certificate to the library. Calling this function when another root certificate is already set causes an error.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL