* Sets the JWE Key Management parameters to be used when encrypting. * * (ECDH-ES) Use of this method is needed for ECDH based algorithms to set the "apu" (Agreement * PartyUInfo) or "apv" (Agreement PartyVInfo) parameters. * * @param parameters JWE Key Management parameters.
(parameters: types.JWEKeyManagementHeaderParameters)
| 84 | * @param parameters JWE Key Management parameters. |
| 85 | */ |
| 86 | setKeyManagementParameters(parameters: types.JWEKeyManagementHeaderParameters): this { |
| 87 | this.#flattened.setKeyManagementParameters(parameters) |
| 88 | return this |
| 89 | } |
| 90 | |
| 91 | /** |
| 92 | * Encrypts and resolves the value of the Compact JWE string. |
no test coverage detected