PGP_decode

  1. SecureVector!ubyte PGP_decode(DataSource source, string label, HashMapRef!(string, string) headers)
    SecureVector!ubyte
    PGP_decode
    (,
    ref string label
    ,
    ref HashMapRef!(string, string) headers
    )
  2. SecureVector!ubyte PGP_decode(DataSource source, string label)

Parameters

source DataSource

the input source

label string

is set to the human-readable label

headers HashMapRef!(string, string)

is set to any headers

Return Value

Type: SecureVector!ubyte

decoded output as raw binary

Meta