Class Standards.PEM.Message
- Description
Represents a PEM-style message.
- Variable body
string Standards.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
string Standards.PEM.Message.post
- Description
Post-encapsulation boundary string.
- Variable pre
string Standards.PEM.Message.pre
- Description
Pre-encapsulation boundary string.
- Variable trailer
string Standards.PEM.Message.trailer
- Description
Message trailer, like RFC4880 checksum.