File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
jwe/flattened/encrypt/classes Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,9 @@ You should not use this method. It is only really intended for test and vector
132
132
▸ ** setKeyManagementParameters** (` parameters ` ): ` this `
133
133
134
134
Sets the JWE Key Management parameters to be used when encrypting. Use of this is method is
135
- really only needed for ECDH based algorithms when utilizing the Agreement PartyUInfo or
136
- Agreement PartyVInfo parameters. Other parameters will always be randomly generated when needed
137
- and missing.
135
+ really only needed for ECDH based algorithms when utilizing the "apu" ( Agreement PartyUInfo) or
136
+ "apv" ( Agreement PartyVInfo) parameters. Other parameters will always be randomly generated
137
+ when needed and missing.
138
138
139
139
#### Parameters
140
140
Original file line number Diff line number Diff line change @@ -291,9 +291,9 @@ Set the "jti" (JWT ID) Claim.
291
291
▸ ** setKeyManagementParameters** (` parameters ` ): ` this `
292
292
293
293
Sets the JWE Key Management parameters to be used when encrypting. Use of this is method is
294
- really only needed for ECDH based algorithms when utilizing the Agreement PartyUInfo or
295
- Agreement PartyVInfo parameters. Other parameters will always be randomly generated when needed
296
- and missing.
294
+ really only needed for ECDH based algorithms when utilizing the "apu" ( Agreement PartyUInfo) or
295
+ "apv" ( Agreement PartyVInfo) parameters. Other parameters will always be randomly generated
296
+ when needed and missing.
297
297
298
298
#### Parameters
299
299
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ export class FlattenedEncrypt {
66
66
67
67
/**
68
68
* Sets the JWE Key Management parameters to be used when encrypting. Use of this is method is
69
- * really only needed for ECDH based algorithms when utilizing the Agreement PartyUInfo or
70
- * Agreement PartyVInfo parameters. Other parameters will always be randomly generated when needed
71
- * and missing.
69
+ * really only needed for ECDH based algorithms when utilizing the "apu" ( Agreement PartyUInfo) or
70
+ * "apv" ( Agreement PartyVInfo) parameters. Other parameters will always be randomly generated
71
+ * when needed and missing.
72
72
*
73
73
* @param parameters JWE Key Management parameters.
74
74
*/
Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ export class EncryptJWT implements types.ProduceJWT {
106
106
107
107
/**
108
108
* Sets the JWE Key Management parameters to be used when encrypting. Use of this is method is
109
- * really only needed for ECDH based algorithms when utilizing the Agreement PartyUInfo or
110
- * Agreement PartyVInfo parameters. Other parameters will always be randomly generated when needed
111
- * and missing.
109
+ * really only needed for ECDH based algorithms when utilizing the "apu" ( Agreement PartyUInfo) or
110
+ * "apv" ( Agreement PartyVInfo) parameters. Other parameters will always be randomly generated
111
+ * when needed and missing.
112
112
*
113
113
* @param parameters JWE Key Management parameters.
114
114
*/
You can’t perform that action at this time.
0 commit comments