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

#include <p6cryptokey.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=0
 
virtual P6R::P6ERR setCipher (P6CRYPTOCIPHER cipher)=0
 
virtual P6R::P6ERR setCipherAsString (const P6WCHAR *pCipher)=0
 
virtual P6R::P6ERR setDescriptiveLabel (const P6WCHAR *pLabel, P6UINT32 cBuffer)=0
 
virtual P6R::P6ERR setExpiredDate (P6TIME expire)=0
 
virtual P6R::P6ERR setLastUpdated (P6TIME updated)=0
 
virtual P6R::P6ERR setRenewalDate (P6TIME renewal)=0
 
virtual P6R::P6ERR setState (P6CRYPTOKEYSTATE state)=0
 
virtual P6R::P6ERR setStateAsString (const P6WCHAR *pState)=0
 
virtual P6R::P6ERR setStateDate (P6CRYPTOKEYSTATE state, P6TIME dateTime)=0
 
virtual P6R::P6ERR setUse (const P6WCHAR *pUse, P6UINT32 cBuffer)=0
 

Detailed Description

Used to set extended key meta data as defined in reference 1 above.

Definition at line 993 of file p6cryptokey.h.


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