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
132132▸ ** setKeyManagementParameters** (` parameters ` ): ` this `
133133
134134Sets 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.
138138
139139#### Parameters
140140
Original file line number Diff line number Diff line change @@ -291,9 +291,9 @@ Set the "jti" (JWT ID) Claim.
291291▸ ** setKeyManagementParameters** (` parameters ` ): ` this `
292292
293293Sets 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.
297297
298298#### Parameters
299299
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ export class FlattenedEncrypt {
6666
6767 /**
6868 * 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.
7272 *
7373 * @param parameters JWE Key Management parameters.
7474 */
Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ export class EncryptJWT implements types.ProduceJWT {
106106
107107 /**
108108 * 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.
112112 *
113113 * @param parameters JWE Key Management parameters.
114114 */
You can’t perform that action at this time.
0 commit comments