103 <td><a href="#SafeBrowsingCache.hashPrefixListChecksum">hashPrefixListChecksum</a></td> |
103 <td><a href="#SafeBrowsingCache.hashPrefixListChecksum">hashPrefixListChecksum</a></td> |
104 <td>Public method to calculate the SHA256 checksum for an alphabetically sorted concatenated list of hash prefixes.</td> |
104 <td>Public method to calculate the SHA256 checksum for an alphabetically sorted concatenated list of hash prefixes.</td> |
105 </tr> |
105 </tr> |
106 <tr> |
106 <tr> |
107 <td><a href="#SafeBrowsingCache.lookupFullHashes">lookupFullHashes</a></td> |
107 <td><a href="#SafeBrowsingCache.lookupFullHashes">lookupFullHashes</a></td> |
108 <td>Public method to get a list of threat lists and expiration flag for the given hashes if a hash is blacklisted.</td> |
108 <td>Public method to get a list of threat lists and expiration flag for the given hashes if a hash is on the block list.</td> |
109 </tr> |
109 </tr> |
110 <tr> |
110 <tr> |
111 <td><a href="#SafeBrowsingCache.lookupHashPrefix">lookupHashPrefix</a></td> |
111 <td><a href="#SafeBrowsingCache.lookupHashPrefix">lookupHashPrefix</a></td> |
112 <td>Public method to look up hash prefixes in the local cache.</td> |
112 <td>Public method to look up hash prefixes in the local cache.</td> |
113 </tr> |
113 </tr> |
324 <a NAME="SafeBrowsingCache.lookupFullHashes" ID="SafeBrowsingCache.lookupFullHashes"></a> |
324 <a NAME="SafeBrowsingCache.lookupFullHashes" ID="SafeBrowsingCache.lookupFullHashes"></a> |
325 <h4>SafeBrowsingCache.lookupFullHashes</h4> |
325 <h4>SafeBrowsingCache.lookupFullHashes</h4> |
326 <b>lookupFullHashes</b>(<i>hashValues</i>) |
326 <b>lookupFullHashes</b>(<i>hashValues</i>) |
327 <p> |
327 <p> |
328 Public method to get a list of threat lists and expiration flag |
328 Public method to get a list of threat lists and expiration flag |
329 for the given hashes if a hash is blacklisted. |
329 for the given hashes if a hash is on the block list. |
330 </p> |
330 </p> |
331 |
331 |
332 <dl> |
332 <dl> |
333 |
333 |
334 <dt><i>hashValues</i> (list of bytes)</dt> |
334 <dt><i>hashValues</i> (list of bytes)</dt> |