nn::boss::RegisterPrivateClientCert Function

Syntax

nn::Result RegisterPrivateClientCert(
     const u8 * pCertData,
     size_t certDataSize,
     const u8 * pPrivateKeyData,
     size_t privateKeyDataSize
);

Arguments

Name Description
in pCertData Client certificate data. The data format conforms to the ASN.1 standard.
in certDataSize Specifies the size of the client certificate data.
in pPrivateKeyData Private key data. The data format conforms to the ASN.1 standard.
in privateKeyDataSize Specifies the size of the private key data.

Return Values

Returns the result of the operation.

Description

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

Revision History

2010/09/16
Initial version.

CONFIDENTIAL