1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.WebBrowser.SafeBrowsing.SafeBrowsingUtilities</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.WebBrowser.SafeBrowsing.SafeBrowsingUtilities</h1> |
|
23 <p> |
|
24 Module implementing some utilities for Google Safe Browsing. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr><td>None</td></tr> |
|
33 </table> |
|
34 <h3>Functions</h3> |
|
35 <table> |
|
36 <tr> |
|
37 <td><a href="#toHex">toHex</a></td> |
|
38 <td>Public method to convert a bytes array to a hex string.</td> |
|
39 </tr><tr> |
|
40 <td><a href="#toHex_1">toHex</a></td> |
|
41 <td>Public method to convert a bytes array to a hex string.</td> |
|
42 </tr> |
|
43 </table> |
|
44 <hr /><hr /> |
|
45 <a NAME="toHex" ID="toHex"></a> |
|
46 <h2>toHex</h2> |
|
47 <b>toHex</b>(<i>value</i>) |
|
48 <p> |
|
49 Public method to convert a bytes array to a hex string. |
|
50 </p><dl> |
|
51 <dt><i>value</i> (bytes)</dt> |
|
52 <dd> |
|
53 value to be converted |
|
54 </dd> |
|
55 </dl><dl> |
|
56 <dt>Returns:</dt> |
|
57 <dd> |
|
58 hex string |
|
59 </dd> |
|
60 </dl><dl> |
|
61 <dt>Return Type:</dt> |
|
62 <dd> |
|
63 str |
|
64 </dd> |
|
65 </dl> |
|
66 <div align="right"><a href="#top">Up</a></div> |
|
67 <hr /><hr /> |
|
68 <a NAME="toHex_1" ID="toHex_1"></a> |
|
69 <h2>toHex</h2> |
|
70 <b>toHex</b>(<i>value</i>) |
|
71 <p> |
|
72 Public method to convert a bytes array to a hex string. |
|
73 </p><dl> |
|
74 <dt><i>value</i> (bytes)</dt> |
|
75 <dd> |
|
76 value to be converted |
|
77 </dd> |
|
78 </dl><dl> |
|
79 <dt>Returns:</dt> |
|
80 <dd> |
|
81 hex string |
|
82 </dd> |
|
83 </dl><dl> |
|
84 <dt>Return Type:</dt> |
|
85 <dd> |
|
86 str |
|
87 </dd> |
|
88 </dl> |
|
89 <div align="right"><a href="#top">Up</a></div> |
|
90 <hr /> |
|
91 </body></html> |
|