Module: CPKIFCRLDetailsPanel
Definition in file CRLDetailsPanel.cpp.
#include "PKIFdll.h"
#include "wx/wxprec.h"
#include "CRLDetailsPanel.h"
#include "pkif.h"
#include "SubjectInfoAccess.h"
#include "PRStringUtils.h"
#include "ResourceUtils.h"
#include <sstream>

Go to the source code of this file.
Functions | |
| string | GetOIDString (const CPKIFOIDPtr &oid) |
| const wxString & | GetBufAsAscii (const CPKIFBufferPtr &in, wxString &out) |
| CPKIFBufferPtr | GetThumbprint (CPKIFCertificatePtr &cert) |
| const wxString& GetBufAsAscii | ( | const CPKIFBufferPtr & | in, | |
| wxString & | out | |||
| ) |
Interface: Subsystem
This function returns buffer as ASCII
| in | [in] Buffer to be converted to ASCII |
| out | [out] ASCII representation of the buffer |
Definition at line 275 of file ResourceUtils.cpp.
| string GetOIDString | ( | const CPKIFOIDPtr & | oid | ) |
Interface: Subsystem
This function converts OID to algorithm name
Definition at line 167 of file ResourceUtils.cpp.
| CPKIFBufferPtr GetThumbprint | ( | CPKIFCertificatePtr & | cert | ) |
Interface: Module
GetThumbprint returns a CPKIFBufferPtr containing either NULL, upon error, or a NULL-terminated ASCII hex string representation of the thumbprint of the certificate.
| cert | [in] Certificate of which thumbprint will be calculated |
Definition at line 91 of file PathDumpDialog.cpp.
References GetThumbprint().
1.5.6