Liking cljdoc? Tell your friends :D
ClojureScript only.

web.crypto.CryptoKeyPair

The CryptoKeyPair dictionary of the Web Crypto API represents key pair for an asymmetric cryptography algorithm, also known a public-key algorithm.

The CryptoKeyPair dictionary of the Web Crypto API represents
key pair for an asymmetric cryptography algorithm, also known
a public-key algorithm.
raw docstring

private-keycljs

(private-key this)

Property.

A CryptoKey object representing the private key. For encryption decryption algorithms, this key is used to decrypt. For signing verification algorithms it is used to sign.

Property.

A CryptoKey object representing the private key. For encryption
decryption algorithms, this key is used to decrypt. For signing
verification algorithms it is used to sign.
sourceraw docstring

set-private-key!cljs

(set-private-key! this val)

Property.

A CryptoKey object representing the private key. For encryption decryption algorithms, this key is used to decrypt. For signing verification algorithms it is used to sign.

Property.

A CryptoKey object representing the private key. For encryption
decryption algorithms, this key is used to decrypt. For signing
verification algorithms it is used to sign.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close