Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 1.56 KB

JWEKeyManagementHeaderParameters.md

File metadata and controls

63 lines (34 loc) · 1.56 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.

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.