From a555992d5ebd93ae873f002e8ff26dba596a62b8 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 15 Oct 2013 15:59:05 -0700 Subject: [PATCH] Revert "doc: crypto: document SPKAC additions" This reverts commit aa94450b31a28d6251df3b88fdd652ddd1e67a69. --- doc/api/crypto.markdown | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/doc/api/crypto.markdown b/doc/api/crypto.markdown index 925eb58933..27b03622e8 100644 --- a/doc/api/crypto.markdown +++ b/doc/api/crypto.markdown @@ -474,26 +474,6 @@ such as in the generation of encryption keys. Usage is otherwise identical to `crypto.randomBytes`. -## Class: Certificate - -The class used for working with signed public key & challenges. The most -common usage for this series of functions is when dealing with the `` -element. http://www.openssl.org/docs/apps/spkac.html - -Returned by `crypto.Certificate`. - -### Certificate.verifySpkac(spkac) - -Returns true of false based on the validity of the SPKAC. - -### Certificate.exportChallenge(spkac) - -Exports the encoded public key from the supplied SPKAC. - -### Certificate.exportPublicKey(spkac) - -Exports the encoded challenge associated with the SPKAC. - ## crypto.DEFAULT_ENCODING The default encoding to use for functions that can take either strings