doc: fix crypto spkac function descriptions
Fix regarding description of the following functions: Certificate.exportPublicKey(spkac) Certificate.exportChallenge(spkac) The descriptions were applied incorrectly. PR-URL: https://github.com/nodejs/node/pull/3614 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
parent
b7cc19c8f5
commit
9e3aa451a1
@ -673,11 +673,11 @@ Returns true of false based on the validity of the SPKAC.
|
||||
|
||||
### Certificate.exportChallenge(spkac)
|
||||
|
||||
Exports the encoded public key from the supplied SPKAC.
|
||||
Exports the encoded challenge associated with the SPKAC.
|
||||
|
||||
### Certificate.exportPublicKey(spkac)
|
||||
|
||||
Exports the encoded challenge associated with the SPKAC.
|
||||
Exports the encoded public key from the supplied SPKAC.
|
||||
|
||||
## crypto.publicEncrypt(public_key, buffer)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user