1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
# Interface: JWEKeyManagementHeaderParameters
[💗 Help the project](https://github.com/sponsors/panva)
Recognized JWE Key Management-related Header Parameters.
## Table of contents
### Properties
- [apu](types.JWEKeyManagementHeaderParameters.md#apu)
- [apv](types.JWEKeyManagementHeaderParameters.md#apv)
- [epk](types.JWEKeyManagementHeaderParameters.md#epk)
- [iv](types.JWEKeyManagementHeaderParameters.md#iv)
- [p2c](types.JWEKeyManagementHeaderParameters.md#p2c)
- [p2s](types.JWEKeyManagementHeaderParameters.md#p2s)
## Properties
### apu
• `Optional` **apu**: `Uint8Array`
___
### apv
• `Optional` **apv**: `Uint8Array`
___
### epk
• `Optional` **epk**: [`KeyLike`](../types/types.KeyLike.md)
**`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.
|