Class Standards.PEM.Message
- Description
 Represents a PEM-style message.
- Variable body
 stringStandards.PEM.Message.body- Description
 The decode message body.
- Variable headers
 mapping(string:string) Standards.PEM.Message.headers- Description
 Encapsulated headers. If headers occurred multiple times, they will be concatenated to the value with a null character as delimiter.
- Variable post
 stringStandards.PEM.Message.post- Description
 Post-encapsulation boundary string.
- Variable pre
 stringStandards.PEM.Message.pre- Description
 Pre-encapsulation boundary string.
- Variable trailer
 stringStandards.PEM.Message.trailer- Description
 Message trailer, like RFC4880 checksum.