@shockpkg/ria-packager
Version:
Package for creating Adobe AIR packages
1 lines • 861 B
Source Map (JSON)
{"version":3,"file":"private.mjs","names":["SecurityKey","SecurityKeyPrivate","constructor"],"sources":["../../../src/security/key/private.ts"],"sourcesContent":["import {SecurityKey} from '../key.ts';\n\n/**\n * SecurityKeyPrivate object.\n */\nexport abstract class SecurityKeyPrivate extends SecurityKey {\n\t/**\n\t * SecurityKeyPrivate constructor.\n\t */\n\tconstructor() {\n\t\tsuper();\n\t}\n\n\t/**\n\t * Sign data.\n\t *\n\t * @param data Data to be signed.\n\t * @param digest Digest algorithm.\n\t * @returns The signature.\n\t */\n\tpublic abstract sign(\n\t\tdata: Readonly<Uint8Array>,\n\t\tdigest: string\n\t): Uint8Array;\n}\n"],"mappings":"AAAA,SAAQA,WAAW,QAAO,YAAW;;AAErC;AACA;AACA;AACA,OAAO,MAAeC,kBAAkB,SAASD,WAAW,CAAC;EAC5D;AACD;AACA;EACCE,WAAWA,CAAA,EAAG;IACb,KAAK,CAAC,CAAC;EACR;;EAEA;AACD;AACA;AACA;AACA;AACA;AACA;AAKA","ignoreList":[]}