Liking cljdoc? Tell your friends :D

web.crypto.AesCbcParams

The AesCbcParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into SubtleCrypto.decrypt(), SubtleCrypto.wrapKey(), or SubtleCrypto.unwrapKey(), using the AES-CBC algorithm.

The AesCbcParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
`SubtleCrypto.decrypt()`, `SubtleCrypto.wrapKey()`, or `SubtleCrypto.unwrapKey()`,
using the AES-CBC algorithm.
raw docstring

web.crypto.AesCtrParams

The AesCtrParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into SubtleCrypto.decrypt(), SubtleCrypto.wrapKey(), or SubtleCrypto.unwrapKey(), using the AES-CTR algorithm.

The AesCtrParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
`SubtleCrypto.decrypt()`, `SubtleCrypto.wrapKey()`, or `SubtleCrypto.unwrapKey()`,
using the AES-CTR algorithm.
raw docstring

web.crypto.AesGcmParams

The AesGcmParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into SubtleCrypto.decrypt(), SubtleCrypto.wrapKey(), or SubtleCrypto.unwrapKey(), using the AES-GCM algorithm.

The AesGcmParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
`SubtleCrypto.decrypt()`, `SubtleCrypto.wrapKey()`, or `SubtleCrypto.unwrapKey()`,
using the AES-GCM algorithm.
raw docstring

web.crypto.AesKeyGenParams

See the examples for SubtleCrypto.generateKey().

See the examples for `SubtleCrypto.generateKey()`.
raw docstring

web.crypto.core

web.crypto interfaces.

web.crypto interfaces.
raw docstring

No vars found in this namespace.

web.crypto.Crypto

The Crypto interface represents basic cryptography features available the current context. It allows access to a cryptographically random number generator and to cryptographic primitives.

The Crypto interface represents basic cryptography features available
the current context. It allows access to a cryptographically
random number generator and to cryptographic primitives.
raw docstring

web.crypto.CryptoKey

The CryptoKey interface of the Web Crypto API represents a cryptographic

The CryptoKey interface of the Web Crypto API represents a cryptographic
raw docstring

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

web.crypto.EcdhKeyDeriveParams

The EcdhKeyDeriveParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into when using the ECDH algorithm.

The EcdhKeyDeriveParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
when using the ECDH algorithm.
raw docstring

web.crypto.EcdsaParams

The EcdsaParams dictionary of the Web Crypto API represents the that should be passed as the algorithm parameter into SubtleCrypto.sign() SubtleCrypto.verify() when using the ECDSA algorithm.

The EcdsaParams dictionary of the Web Crypto API represents the
that should be passed as the algorithm parameter into `SubtleCrypto.sign()`
`SubtleCrypto.verify()` when using the ECDSA algorithm.
raw docstring

web.crypto.EcKeyGenParams

The EcKeyGenParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into when generating any elliptic-curve-based key pair: that is, when algorithm is identified as either of ECDSA or ECDH.

The EcKeyGenParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
when generating any elliptic-curve-based key pair: that is, when
algorithm is identified as either of ECDSA or ECDH.
raw docstring

web.crypto.EcKeyImportParams

See the examples for SubtleCrypto.importKey().

See the examples for `SubtleCrypto.importKey()`.
raw docstring

web.crypto.HkdfParams

See the examples for SubtleCrypto.deriveKey().

See the examples for `SubtleCrypto.deriveKey()`.
raw docstring

web.crypto.HmacImportParams

The HmacImportParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into or SubtleCrypto.unwrapKey(), when generating a key for the algorithm.

The HmacImportParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
or `SubtleCrypto.unwrapKey()`, when generating a key for the
algorithm.
raw docstring

web.crypto.HmacKeyGenParams

The HmacKeyGenParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into when generating a key for the HMAC algorithm.

The HmacKeyGenParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
when generating a key for the HMAC algorithm.
raw docstring

web.crypto.Pbkdf2Params

The Pbkdf2Params dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into when using the PBKDF2 algorithm.

The Pbkdf2Params dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
when using the PBKDF2 algorithm.
raw docstring

web.crypto.RsaHashedImportParams

The RsaHashedImportParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into or SubtleCrypto.unwrapKey(), when importing any RSA-based key that is, when the algorithm is identified as any of RSASSA-PKCS1-v1_5, or RSA-OAEP.

The RsaHashedImportParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
or `SubtleCrypto.unwrapKey()`, when importing any RSA-based key
that is, when the algorithm is identified as any of RSASSA-PKCS1-v1_5,
or RSA-OAEP.
raw docstring

web.crypto.RsaHashedKeyGenParams

The RsaHashedKeyGenParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into when generating any RSA-based key pair: that is, when the algorithm identified as any of RSASSA-PKCS1-v1_5, RSA-PSS, or RSA-OAEP.

The RsaHashedKeyGenParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
when generating any RSA-based key pair: that is, when the algorithm
identified as any of RSASSA-PKCS1-v1_5, RSA-PSS, or RSA-OAEP.
raw docstring

web.crypto.RsaOaepParams

The RsaOaepParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into SubtleCrypto.decrypt(), SubtleCrypto.wrapKey(), or SubtleCrypto.unwrapKey(), using the RSA_OAEP algorithm.

The RsaOaepParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
`SubtleCrypto.decrypt()`, `SubtleCrypto.wrapKey()`, or `SubtleCrypto.unwrapKey()`,
using the RSA_OAEP algorithm.
raw docstring

web.crypto.RsaPssParams

The RsaPssParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into or SubtleCrypto.verify(), when using the RSA-PSS algorithm.

The RsaPssParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
or `SubtleCrypto.verify()`, when using the RSA-PSS algorithm.
raw docstring

web.crypto.SubtleCrypto

The SubtleCrypto interface of the Web Crypto API provides a number low-level cryptographic functions. It is accessed via the Crypto.subtle available in a window context (via Window.crypto).

The SubtleCrypto interface of the Web Crypto API provides a number
low-level cryptographic functions. It is accessed via the `Crypto.subtle`
available in a window context (via `Window.crypto`).
raw docstring

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

× close