PGP_encode

  1. string PGP_encode(const(ubyte)* input, size_t length, string label, HashMapRef!(string, string) headers)
    string
    PGP_encode
    (
    const(ubyte)* input
    ,
    size_t length
    ,
    in string label
    ,
    in HashMapRef!(string, string) headers
    )
  2. string PGP_encode(const(ubyte)* input, size_t length, string type)

Parameters

input const(ubyte)*

the input data

length size_t

length of input in bytes

label string

the human-readable label

headers HashMapRef!(string, string)

a set of key/value pairs included in the header

Meta