CryptoSys PKI
23.0.0
|
ASN.1 utilities. More...
Public Types | |
enum | Opts : unsigned int |
Asn options More... | |
Static Public Member Functions | |
static int | TextDump (const std::string &outputFile, const std::string &asn1File, Opts opts=Opts::None) |
Dump details of an ASN.1 formatted data file to a text file. More... | |
static std::string | TextDumpToString (const std::string &asn1File, Opts opts=Opts::None) |
Dump details of ASN.1 formatted data to a string. More... | |
static std::string | Type (const std::string &asn1File) |
Describe the type of ASN.1 data. More... | |
ASN.1 utilities.
enum dipki::Asn1::Opts : unsigned int |
|
static |
Dump details of an ASN.1 formatted data file to a text file.
outputFile | Filename of text file to be created |
asn1File | Filename of ASN.1 formatted data file to be analyzed (or a string containing its base64 or PEM representation) |
opts | Option flags (optional). |
|
static |
Dump details of ASN.1 formatted data to a string.
asn1File | Filename of ASN.1 formatted data file to be analyzed (or a string containing its base64 or PEM representation) |
opts | Option flags (optional). |
TEMP
directory. This file is locked and is automatically deleted after use.
|
static |
Describe the type of ASN.1 data.
asn1File | Filename of ASN.1 formatted data file to be analyzed (or a string containing its base64 or PEM representation) |