Class Standards.PEM.Messages
- Description
- The Messages class acts as an envelope for a PEM message file or stream. 
- Variable
fragments
 
- array(- string(8bit)|- Message) Standards.PEM.Messages.fragments
- Description
- The fragments array contains the different message fragments, as Message objects for decoded messages and strings for non-messages or incomplete messages. 
- Variable
parts
 
- mapping(- string(8bit):- array(- Message)) Standards.PEM.Messages.parts
- Description
- This is a mapping from encapsulation boundary string to Message objects. All message objects and surrounding text will be listed, in order, in fragments.