Skip to content

Latest commit

 

History

History
76 lines (43 loc) · 1.92 KB

types.JWEKeyManagementHeaderParameters.md

File metadata and controls

76 lines (43 loc) · 1.92 KB

Interface: JWEKeyManagementHeaderParameters

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


Recognized JWE Key Management-related Header Parameters.

Table of contents

Properties

Properties

apu

Optional apu: Uint8Array


apv

Optional apv: Uint8Array


epk

Optional epk: KeyLike

Deprecated

You should not use this parameter. It is only really intended for test and vector validation purposes.


iv

Optional iv: Uint8Array

Deprecated

You should not use this parameter. It is only really intended for test and vector validation purposes.


p2c

Optional p2c: number

Deprecated

You should not use this parameter. It is only really intended for test and vector validation purposes.


p2s

Optional p2s: Uint8Array

Deprecated

You should not use this parameter. It is only really intended for test and vector validation purposes.