did-jwt
Version:
Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients
3 lines • 423 B
TypeScript
import type { AuthEncryptParams, ContentEncrypter, ECDH, Encrypter, KekCreator, KeyWrapper } from './types.js';
export declare function createFullEncrypter(recipientPublicKey: Uint8Array, senderSecret: Uint8Array | ECDH | undefined, options: Partial<AuthEncryptParams> | undefined, kekCreator: KekCreator, keyWrapper: KeyWrapper, contentEncrypter: ContentEncrypter): Encrypter;
//# sourceMappingURL=createEncrypter.d.ts.map