Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Tools
Tools.PEM
Tools.PEM.Msg

Class Tools.PEM.Msg

Description

Disassembles PGP and PEM style messages with parts separated by "-----BEGIN FOO-----" and "-----END FOO-----".


Variable initial_text

string initial_text

Description

Contains any text preceeding the PEM message.


Variable final_text

string final_text

Description

Contains any text following the PEM message.


Variable parts

mapping(string:EncapsulatedMsg) parts

Description

The decoded PEM message, as an array of EncapsulatedMsg objects indexed by message name, such as "CERTIFICATE".