def keyHash(self): """ MD5 hex digest of signature on an empty certificate request with this key. """ return md5.md5(self._emptyReq).hexdigest()