Class Standards.PEM.Message
- Description
- Represents a PEM-style message. 
- Variable
headers
 
- mapping(- string(8bit):- string(8bit))|- zeroStandards.PEM.Message.headers
- Description
- Encapsulated headers. If headers occur multiple times, they will be concatenated separated by delimiting NUL characters. 
- Variable
post
 
- string|- zeroStandards.PEM.Message.post
- Description
- Post-encapsulation boundary string. - Usually the same value as pre. 
- Variable
pre
 
- string|- zeroStandards.PEM.Message.pre
- Description
- Pre-encapsulation boundary string. - Typically a string like - "CERTIFICATE"or- "PRIVATE KEY".
- Variable
trailer
 
- string(8bit)|- zeroStandards.PEM.Message.trailer
- Description
- Message trailer, like RFC 4880 checksum.