NAME
Dipki::Asn1 - ASN.1 utilities.
Type function
Describe the type of ASN.1 data.
Example
use Dipki;
$s = Dipki::Asn1::Type("AlicePrivRSASign.p8e");
TextDumpToString function
Dump details of ASN.1 formatted data to a string.
Example
use Dipki;
$s = Dipki::Asn1::TextDumpToString($fname, Dipki::Asn1::NOCOMMENTS);
TextDump function
Dump details of an ASN.1 formatted data file to a text file.
Example
use Dipki;
$n = Dipki::Asn1::TextDump($outfile, $fname, Dipki::Asn1::ADDLEVELS);
AUTHOR
David Ireland, https://www.cryptosys.net/contact/
COPYRIGHT AND LICENSE
Copyright (C) 2022 David Ireland, DI Management Services Pty Limited, https://www.di-mgt.com.au https://www.cryptosys.net. The code in this module is licensed under the terms of the MIT license. For a copy, see http://opensource.org/licenses/MIT