PEM.decode

Decode PEM data

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

Parameters

label string

is set to the PEM label found for later inspection

Meta