PEM.decodeCheckLabel

Decode PEM data

  1. SecureVector!ubyte decodeCheckLabel(DataSource source, string label_want)
  2. SecureVector!ubyte decodeCheckLabel(string pem, string label_want)
    struct PEM
    static
    SecureVector!ubyte
    decodeCheckLabel
    (
    in string pem
    ,
    in string label_want
    )

Parameters

pem string

a string containing PEM encoded data

Meta