js.node.crypto

..
Certificate

SPKAC is a Certificate Signing Request mechanism originally implemented by Netscape and now specified formally as part of HTML5's keygen element.

Cipher

Class for encrypting data.

Decipher

Class for decrypting data.

DiffieHellman

The class for creating Diffie-Hellman key exchanges. Returned by Crypto.createDiffieHellman.

ECDH

The class for creating EC Diffie-Hellman key exchanges.

ECDHFormat

Hash

The class for creating hash digests of data.

Hmac

Class for creating cryptographic hmac content.

IDiffieHellman

Common interface for DiffieHellman and a mimic object returned by Crypto.getDiffieHellman. See DiffieHellman documentation.

Sign

Class for generating signatures.

Verify

Class for verifying signatures. Returned by Crypto.createVerify.