PEM.decode

Decode PEM data

  1. SecureVector!ubyte decode(DataSource source, string label)
  2. SecureVector!ubyte decode(string pem, string label)
    struct PEM
    static
    SecureVector!ubyte
    decode
    (
    in string pem
    ,
    ref string label
    )

Parameters

pem string

a string containing PEM encoded data

label string

is set to the PEM label found for later inspection

Meta