Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6ICertInit Interface Referenceabstract

#include <p6cert.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR initialize (P6CERTFLAGS flags)=0
 
virtual P6R::P6ERR loadCert (const P6WCHAR *pCertFile)=0
 
virtual P6R::P6ERR loadCertDERFromBuffer (P6VOID *pBuffer, P6UINT32 cBuffer)=0
 
virtual P6R::P6ERR loadCertFromBuffer (P6VOID *pBuffer, P6UINT32 cBuffer)=0
 
virtual P6R::P6ERR loadCertFromBuffer2 (P6VOID *pBuffer, P6UINT32 cBuffer, P6CRYPTCERTFMT nFormat, const P6CHAR *pszPassPhrase, p6ICert **parCACerts, P6UINT32 cCACerts, P6UINT32 *pcReturned)=0
 
virtual P6R::P6ERR loadCertFromFile2 (const P6WCHAR *pszCertFile, P6CRYPTCERTFMT nFormat, const P6CHAR *pszPassPhrase, p6ICert **parCACerts, P6UINT32 cCACerts, P6UINT32 *pcReturned)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=0
 

Detailed Description

Used to initialize and load a certificate from a file or buffer.

File based certificate intialization not supported on UEFI platforms.

Definition at line 850 of file p6cert.h.


The documentation for this interface was generated from the following file: