Liking cljdoc? Tell your friends :D

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

public-keycljs

(public-key this)

Property.

A CryptoKey object representing the public key. For encryption decryption algorithms, this key is used to encrypt. For signing verification algorithms it is used to verify signatures.

Property.

A CryptoKey object representing the public key. For encryption
decryption algorithms, this key is used to encrypt. For signing
verification algorithms it is used to verify signatures.
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

set-public-key!cljs

(set-public-key! this val)

Property.

A CryptoKey object representing the public key. For encryption decryption algorithms, this key is used to encrypt. For signing verification algorithms it is used to verify signatures.

Property.

A CryptoKey object representing the public key. For encryption
decryption algorithms, this key is used to encrypt. For signing
verification algorithms it is used to verify signatures.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close