Sha256: 35accdd4a93b05a6d2ab6e9efb83470db28256555170a84f50098f00b7c8c006

Contents?: true

Size: 1.25 KB

Versions: 28

Compression:

Stored size: 1.25 KB

Contents

// Copyright 2015 Joyent, Inc.

var Key = require('./key');
var Fingerprint = require('./fingerprint');
var Signature = require('./signature');
var PrivateKey = require('./private-key');
var Certificate = require('./certificate');
var Identity = require('./identity');
var errs = require('./errors');

module.exports = {
	/* top-level classes */
	Key: Key,
	parseKey: Key.parse,
	Fingerprint: Fingerprint,
	parseFingerprint: Fingerprint.parse,
	Signature: Signature,
	parseSignature: Signature.parse,
	PrivateKey: PrivateKey,
	parsePrivateKey: PrivateKey.parse,
	generatePrivateKey: PrivateKey.generate,
	Certificate: Certificate,
	parseCertificate: Certificate.parse,
	createSelfSignedCertificate: Certificate.createSelfSigned,
	createCertificate: Certificate.create,
	Identity: Identity,
	identityFromDN: Identity.parseDN,
	identityForHost: Identity.forHost,
	identityForUser: Identity.forUser,
	identityForEmail: Identity.forEmail,
	identityFromArray: Identity.fromArray,

	/* errors */
	FingerprintFormatError: errs.FingerprintFormatError,
	InvalidAlgorithmError: errs.InvalidAlgorithmError,
	KeyParseError: errs.KeyParseError,
	SignatureParseError: errs.SignatureParseError,
	KeyEncryptedError: errs.KeyEncryptedError,
	CertificateParseError: errs.CertificateParseError
};

Version data entries

28 entries across 27 versions & 11 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/sshpk/lib/index.js
disco_app-0.18.0 test/dummy/node_modules/sshpk/lib/index.js
disco_app-0.18.2 test/dummy/node_modules/sshpk/lib/index.js
tang-0.2.1 spec/tang_app/node_modules/sshpk/lib/index.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/sshpk/lib/index.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/sshpk/lib/index.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/sshpk/lib/index.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/sshpk/lib/index.js
tang-0.2.0 spec/tang_app/node_modules/sshpk/lib/index.js
tang-0.1.0 spec/tang_app/node_modules/sshpk/lib/index.js
tang-0.0.9 spec/tang_app/node_modules/sshpk/lib/index.js
enju_library-0.3.8 spec/dummy/node_modules/sshpk/lib/index.js
ilog-0.4.1 node_modules/sshpk/lib/index.js
ilog-0.4.0 node_modules/sshpk/lib/index.js
ilog-0.3.3 node_modules/sshpk/lib/index.js
learn_create-0.0.22 lib/templates/javascript_lab_template/node_modules/sshpk/lib/index.js
jester-data-8.0.0 node_modules/sshpk/lib/index.js
ezii-os-5.2.1 node_modules/sshpk/lib/index.js
ezii-os-2.0.1 node_modules/sshpk/lib/index.js
ezii-os-1.1.0 node_modules/sshpk/lib/index.js