Home
last modified time | relevance | path

Searched refs:GTBase64 (Results 1 – 2 of 2) sorted by path

/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php93 $body = GTBase64::encode($this->bytes);
248 $bytes = GTBase64::decode($string);
/plugin/gtime/gtlib/util/
H A DGTBase64.php32 class GTBase64 { class