Variables
Const pemEnd
pemEnd: "-----END " = "-----END "
Const pemEndOfLine
pemEndOfLine: "-----" = "-----"
Const pemLineLength
pemLineLength: 64 = 64
Const pemStart
pemStart: "-----BEGIN " = "-----BEGIN "
Const procType
procType: "Proc-Type" = "Proc-Type"