Module: CPKIFGeneralCRLDetailsPanel
Definition in file GeneralCRLDetailsPanel.cpp.
#include "PKIFdll.h"
#include "wx/wxprec.h"
#include "GeneralCRLDetailsPanel.h"
#include "pkif.h"
#include "ResourceUtils.h"
#include "PRStringUtils.h"
#include "wx/wxhtml.h"
#include <boost/algorithm/string.hpp>
#include <iostream>
#include <fstream>
#include <sstream>
Go to the source code of this file.
Functions | |
string | DecodeIP (CPKIFBufferPtr &encodedIP) |
string | GetOIDString (const CPKIFOIDPtr &oid) |
const wxString & | GetBufAsAscii (const CPKIFBufferPtr &in, wxString &out) |
string DecodeIP | ( | CPKIFBufferPtr & | encodedIP | ) |
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.
References btoa().
string GetOIDString | ( | const CPKIFOIDPtr & | oid | ) |
Interface: Subsystem
This function converts OID to algorithm name
Definition at line 167 of file ResourceUtils.cpp.
References g_dsa, g_dsaWithSHA1, g_dsaWithSHA1Alternative, g_ecc, g_ecdsa_sha1, g_ecdsa_sha224, g_ecdsa_sha256, g_ecdsa_sha384, g_ecdsa_sha512, g_md2WithRSAEncryption, g_md5WithRSAEncryption, g_rsa, g_sha1, g_sha1WithRSAEncryption, g_sha224, g_sha224WithRSAEncryption, g_sha256, g_sha256WithRSAEncryption, g_sha384, g_sha384WithRSAEncryption, g_sha512, and g_sha512WithRSAEncryption.