PGP_decode

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

Parameters

source DataSource

the input source

label string

is set to the human-readable label

Return Value

Type: SecureVector!ubyte

decoded output as raw binary

Meta