nn::boss::RegisterPrivateClientCert Functionnn::Result RegisterPrivateClientCert( const u8 * pCertData, size_t certDataSize, const u8 * pPrivateKeyData, size_t privateKeyDataSize );
| 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. |
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.
CONFIDENTIAL