MCPcopy Create free account
hub / github.com/LibPDF-js/core / standard-handler.test.ts

File standard-handler.test.ts

src/security/standard-handler.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from "vitest";
2
3import { aesEncrypt } from "./ciphers/aes";
4import { RC4Cipher } from "./ciphers/rc4";

Callers

nothing calls this directly

Calls 14

tryEmptyPasswordFunction · 0.90
deriveObjectKeyFunction · 0.90
aesEncryptFunction · 0.90
createR3SetupFunction · 0.85
createR4SetupFunction · 0.85
createR6SetupFunction · 0.85
decryptStringMethod · 0.80
decryptStreamMethod · 0.80
shouldEncryptStreamMethod · 0.80
authenticateMethod · 0.65
encodeMethod · 0.65

Tested by

no test coverage detected