Class Standards.PEM.Message

Description

Represents a PEM-style message.


Variable body

string(8bit)|zero Standards.PEM.Message.body

Description

The decode message body.


Variable headers

mapping(string:string)|zero Standards.PEM.Message.headers

Description

Encapsulated headers. If headers occur multiple times, they will be concatenated separated by delimiting NUL characters.


Variable post

string|zero Standards.PEM.Message.post

Description

Post-encapsulation boundary string.

Usually the same value as pre.


Variable pre

string|zero Standards.PEM.Message.pre

Description

Pre-encapsulation boundary string.

Typically a string like "CERTIFICATE" or "PRIVATE KEY".


Variable trailer

string(8bit)|zero Standards.PEM.Message.trailer

Description

Message trailer, like RFC 4880 checksum.