Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKeystoreSSL::importTrustedRootCert ( p6ICert pRootCert,
P6UUID puuidCert 
)
pure virtual

Imports the specified certificate into the keystore and places it in the "p6r.trustedroot" namespace, using the certificates subject hash as the unique identifier (name) for the certificate.

This allows the SSL networking layer to automatically locate the certificate when verifying the server's certificte for the secure connection.

Parameters
pRootCert[ in ] A pointer to the p6ICert interface representing the certificate to be stored in the keystore.
puuidCert[ out ] The address of a P6R::P6UUID in which if not NULL, will be placed the UUID of the imported certificate.
Returns