@@ -1548,7 +1548,7 @@ If `privateKey` is not a [`KeyObject`][], this function behaves as if
1548
1548
object, the following additional properties can be passed:
1549
1549
1550
1550
* ` dsaEncoding ` {string} For DSA and ECDSA, this option specifies the
1551
- format of the generated signature. It can be one of the following:
1551
+ format of the signature. It can be one of the following:
1552
1552
* ` 'der' ` (default): DER-encoded ASN.1 signature structure encoding ` (r, s) ` .
1553
1553
* ` 'ieee-p1363' ` : Signature format ` r || s ` as proposed in IEEE-P1363.
1554
1554
* ` padding ` {integer} Optional padding value for RSA, one of the following:
@@ -1672,7 +1672,7 @@ If `object` is not a [`KeyObject`][], this function behaves as if
1672
1672
object, the following additional properties can be passed:
1673
1673
1674
1674
* ` dsaEncoding ` {string} For DSA and ECDSA, this option specifies the
1675
- format of the generated signature. It can be one of the following:
1675
+ format of the signature. It can be one of the following:
1676
1676
* ` 'der' ` (default): DER-encoded ASN.1 signature structure encoding ` (r, s) ` .
1677
1677
* ` 'ieee-p1363' ` : Signature format ` r || s ` as proposed in IEEE-P1363.
1678
1678
* ` padding ` {integer} Optional padding value for RSA, one of the following:
@@ -3840,7 +3840,7 @@ passed to [`crypto.createPrivateKey()`][]. If it is an object, the following
3840
3840
additional properties can be passed:
3841
3841
3842
3842
* ` dsaEncoding ` {string} For DSA and ECDSA, this option specifies the
3843
- format of the generated signature. It can be one of the following:
3843
+ format of the signature. It can be one of the following:
3844
3844
* ` 'der' ` (default): DER-encoded ASN.1 signature structure encoding ` (r, s) ` .
3845
3845
* ` 'ieee-p1363' ` : Signature format ` r || s ` as proposed in IEEE-P1363.
3846
3846
* ` padding ` {integer} Optional padding value for RSA, one of the following:
@@ -3916,7 +3916,7 @@ passed to [`crypto.createPublicKey()`][]. If it is an object, the following
3916
3916
additional properties can be passed:
3917
3917
3918
3918
* ` dsaEncoding ` {string} For DSA and ECDSA, this option specifies the
3919
- format of the generated signature. It can be one of the following:
3919
+ format of the signature. It can be one of the following:
3920
3920
* ` 'der' ` (default): DER-encoded ASN.1 signature structure encoding ` (r, s) ` .
3921
3921
* ` 'ieee-p1363' ` : Signature format ` r || s ` as proposed in IEEE-P1363.
3922
3922
* ` padding ` {integer} Optional padding value for RSA, one of the following:
0 commit comments