Connected: An Internet Encyclopedia
4.3.2.5 Summary of Transformations

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1421
Up: 4. Processing of Messages
Up: 4.3 Privacy Enhancement Message Transformations
Up: 4.3.2 Approach
Prev: 4.3.2.4 Step 4: Printable Encoding
Next: 4.4 Encapsulation Mechanism

4.3.2.5 Summary of Transformations

4.3.2.5 Summary of Transformations

In summary, the outbound message is subjected to the following composition of transformations (or, for some PEM message types, a subset thereof):

      Transmit_Form = Encode(Encrypt(Canonicalize(Local_Form)))

The inverse transformations are performed, in reverse order, to process inbound PEM messages:

       Local_Form = DeCanonicalize(Decipher(Decode(Transmit_Form)))

Note that the local form and the functions to transform messages to and from canonical form may vary between the originator and recipient systems without loss of information.


Next: 4.4 Encapsulation Mechanism

Connected: An Internet Encyclopedia
4.3.2.5 Summary of Transformations