UNPKG

r2-lcp-js

Version:

Readium 2 LCP bits for NodeJS (TypeScript)

8 lines (7 loc) 195 B
import { ContentKey } from "./lcp-contentkey"; import { UserKey } from "./lcp-userkey"; export declare class Encryption { Profile: string; ContentKey: ContentKey; UserKey: UserKey; }