MCPcopy Create free account
hub / github.com/chris2511/xca / base64UrlEncode

Method base64UrlEncode

lib/BioByteArray.cpp:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156QString BioByteArray::base64UrlEncode() const
157{
158 return QString::fromLatin1(byteArray().toBase64(
159 QByteArray::Base64UrlEncoding |
160 QByteArray::OmitTrailingEquals));
161}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected