Searched refs:Base64Encode (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/netservices/
H A DHttpAuthentication.h78 static BString Base64Encode(const BString& string);
/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp274 authorizationString << "Basic " << Base64Encode(basicEncode);
326 BHttpAuthentication::Base64Encode(const BString& string) function in class:BHttpAuthentication

Completed in 35 milliseconds