Searched defs:Certificate (Results 1 – 4 of 4) sorted by relevance
40 function Certificate() { class
90 ### Static method: `Certificate.exportChallenge(spkac[, encoding])`122 ### Static method: `Certificate.exportPublicKey(spkac[, encoding])`154 ### Static method: `Certificate.verifySpkac(spkac[, encoding])`189 ### Legacy API
122 const Certificate = require('internal/crypto/certificate'); constant227 Certificate, property
32 Certificate = namedtuple("Certificate", ['cafile', 'certfile', 'keyfile']) variable