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:
Jason Gerfen 2015-10-31 09:24:08 -06:00 committed by Ben Noordhuis
parent b7cc19c8f5
commit 9e3aa451a1

View File

@ -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)