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.
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close