Module: CPKIFCertificateDetailsPanel
Definition in file CertificateDetailsPanel.cpp.
#include "PKIFdll.h"
#include "wx/wxprec.h"
#include "CertificateDetailsPanel.h"
#include "pkif.h"
#include "SubjectInfoAccess.h"
#include "PRStringUtils.h"
#include "ResourceUtils.h"
#include <sstream>
Go to the source code of this file.
Enumerations | |
enum | { ALLFIELDS = 0, VERSION1ONLY, EXTENSIONSONLY, CRITICALEXTONLY } |
Functions | |
string | DecodeIP (CPKIFBufferPtr &encodedIP) |
string | GetOIDString (const CPKIFOIDPtr &oid) |
const wxString & | GetBufAsAscii (const CPKIFBufferPtr &in, wxString &out) |
CPKIFBufferPtr | GetThumbprint (CPKIFCertificatePtr &cert) |
anonymous enum |
Definition at line 37 of file CertificateDetailsPanel.cpp.
string DecodeIP | ( | CPKIFBufferPtr & | encodedIP | ) |
Interface: Module
Helper function to decode encoded IPs
encodedIP | [in] Encoded IP |
Definition at line 341 of file NameConstraintsPanel.cpp.
Referenced by CPKIFGeneralCRLDetailsPanel::PopulateListExtensions(), and UpdateList().
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.
Referenced by CPKIFGeneralCRLDetailsPanel::PopulateListExtensions().
string GetOIDString | ( | const CPKIFOIDPtr & | oid | ) |
Interface: Subsystem
This function converts OID to algorithm name
Definition at line 167 of file ResourceUtils.cpp.
Referenced by CPKIFGeneralCRLDetailsPanel::PopulateList().
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.
Referenced by GetThumbprint(), and WriteCertsFromOcspResponseToFile().