#include <IPKIFCryptContext.h>
TSP-enforcing: No
Definition at line 27 of file IPKIFCryptContext.h.
Public Member Functions | |
IPKIFCryptContext () | |
virtual | ~IPKIFCryptContext () |
virtual CPKIFCredentialPtr | GetCredential ()=0 |
IPKIFCryptContext::IPKIFCryptContext | ( | ) |
Interface: External
Default constructor
Definition at line 18 of file IPKIFCryptContext.cpp.
IPKIFCryptContext::~IPKIFCryptContext | ( | ) | [virtual] |
Interface: External
This function is the default destructor for IPKIFCryptContext-derived objects
Definition at line 29 of file IPKIFCryptContext.cpp.
virtual CPKIFCredentialPtr IPKIFCryptContext::GetCredential | ( | ) | [pure virtual] |
Implemented in CPKIFCAPICryptContext2.
Referenced by CPKIFCAPI2::Decrypt(), CPKIFCryptoMediator2::Decrypt(), and CPKIFCryptoMediator2::Encrypt().