Liking cljdoc? Tell your friends :D
ClojureScript only.

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

labelcljs

(label this)

Property.

A BufferSource — an array of bytes that does not itself need be encrypted but which should be bound to the ciphertext. A digest the label is part of the input to the encryption operation. Unless your application calls for a label, you can just omit argument and it will not affect the security of the encryption

Property.

A BufferSource — an array of bytes that does not itself need
be encrypted but which should be bound to the ciphertext. A digest
the label is part of the input to the encryption operation.
Unless your application calls for a label, you can just omit
argument and it will not affect the security of the encryption
sourceraw docstring

namecljs

(name this)

Property.

A DOMString. This should be set to RSA-OAEP.

Property.

A DOMString. This should be set to RSA-OAEP.
sourceraw docstring

set-label!cljs

(set-label! this val)

Property.

A BufferSource — an array of bytes that does not itself need be encrypted but which should be bound to the ciphertext. A digest the label is part of the input to the encryption operation. Unless your application calls for a label, you can just omit argument and it will not affect the security of the encryption

Property.

A BufferSource — an array of bytes that does not itself need
be encrypted but which should be bound to the ciphertext. A digest
the label is part of the input to the encryption operation.
Unless your application calls for a label, you can just omit
argument and it will not affect the security of the encryption
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

A DOMString. This should be set to RSA-OAEP.

Property.

A DOMString. This should be set to RSA-OAEP.
sourceraw docstring

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

× close