Return the BIO filter method that Base64‐encodes or decodes data.

Synopsis

Declared in <openssl/evp.h>

BIO_METHOD const*
BIO_f_base64();

Return Value

Pointer to the Base64 BIO_METHOD for use with BIO_new().

Created with MrDocs