PEM.encode
- string encode(const(ubyte)* der, size_t length, string label, size_t width)
- string encode(Vector!(ubyte, ALLOC) data, string label, size_t line_width)
- string encode(RefCounted!(Vector!(ubyte, ALLOC), ALLOC) data, string label, size_t line_width)
struct PEM
static
string
encode
(auto const ref RefCounted!(Vector!(ubyte, ALLOC), ALLOC) data ,,)
botan codec pem PEM
static functions
Encode some binary data in PEM format