UNPKG

@transmute/jose-ld

Version:
10 lines (9 loc) 303 B
/*! * Copyright (c) 2019-2020 Digital Bazaar, Inc. All rights reserved. */ export declare class DecryptTransformer { keyAgreementKey: any; constructor({ keyAgreementKey }?: any); transform(chunk: any, controller: any): Promise<void>; decrypt(jwe: any): Promise<Uint8Array>; }