Class Standards.PEM.Messages
- Description
The Messages class acts as an envelope for a PEM message file or stream.
- Variable fragments
array
(string
|Message
) Standards.PEM.Messages.fragments- Description
The fragments array contains the different message fragments, as Message objects for decoded messages and strings for non-messages or incomplete messages.
- Variable parts
mapping
(string
:array
(Message
)) Standards.PEM.Messages.parts- Description
This is a mapping from encapsulation boundary string to Message objects. All message objects and surrounding text will be listed, in order, in fragments.
- Method create
Standards.PEM.Messages Standards.PEM.Messages(
string
data
)- Description
A Messages object is created with the file or stream data.