Class Standards.PEM.Message
- Description
Represents a PEM-style message.
- Variable
headers
mapping
(string(8bit)
:string(8bit)
)|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.