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)
botan codec pem PEM
static functions
Encode some binary data in PEM format