Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit a555992

Browse files
committed
Revert "doc: crypto: document SPKAC additions"
This reverts commit aa94450.
1 parent d9b4cc3 commit a555992

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

doc/api/crypto.markdown

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -474,26 +474,6 @@ such as in the generation of encryption keys.
474474

475475
Usage is otherwise identical to `crypto.randomBytes`.
476476

477-
## Class: Certificate
478-
479-
The class used for working with signed public key & challenges. The most
480-
common usage for this series of functions is when dealing with the `<keygen>`
481-
element. http://www.openssl.org/docs/apps/spkac.html
482-
483-
Returned by `crypto.Certificate`.
484-
485-
### Certificate.verifySpkac(spkac)
486-
487-
Returns true of false based on the validity of the SPKAC.
488-
489-
### Certificate.exportChallenge(spkac)
490-
491-
Exports the encoded public key from the supplied SPKAC.
492-
493-
### Certificate.exportPublicKey(spkac)
494-
495-
Exports the encoded challenge associated with the SPKAC.
496-
497477
## crypto.DEFAULT_ENCODING
498478

499479
The default encoding to use for functions that can take either strings

0 commit comments

Comments
 (0)