pyrokid_cxr_clientm.extend.version
com.rokid.cxr.client-m:1.0.4 - extend/version/ in Python
extend.version namespace contains CheckUtil and Md5Util
-
class pyrokid_cxr_clientm.extend.version.CheckUtil[source]
Bases: object
com.rokid.cxr.client.extend.version.CheckUtil Java class to Python
-
c = None
POST Request response object
-
checkGlassVersion(glassInfo: GlassInfo) → str[source]
-
d: GlassInfo = None
Glass Info object
-
getAuthorization(sign: str, timestamp: int) → str[source]
-
static getInstance() → CheckUtil[source]
-
getResponse(authorization: str, url: str, body: str) → str[source]
-
getSignature(timestamp: int) → str[source]
-
class pyrokid_cxr_clientm.extend.version.Md5Util[source]
Bases: object
-
static a(bytes_input: bytes) → str[source]
-
static getMd5(content) → str[source]