Searched refs:pdfAlgorithm (Results 1 – 2 of 2) sorted by relevance
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 26802 var pdfAlgorithm; 26805 pdfAlgorithm = new PDF20(); property 26807 pdfAlgorithm = new PDF17(); property 26810 if (pdfAlgorithm.checkUserPassword(password, userValidationSalt, userPassword)) { 26811 return pdfAlgorithm.getUserKey(password, userKeySalt, userEncryption); 26812 …} else if (password.length && pdfAlgorithm.checkOwnerPassword(password, ownerValidationSalt, uByte… 26813 return pdfAlgorithm.getOwnerKey(password, ownerKeySalt, uBytes, ownerEncryption);
|
| D | pdf.worker.js.map | 1 …pdfAlgorithm","hashDataSize","ownerPassword","keyLengthInBytes","encryptionKey","checkData","deriv…
|