The CryptoKey
interface represents a cryptographic key derived from a specific key algorithm.
Documentation CryptoKey by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
read onlyalgorithm:Dynamic
Returns an opaque object representing a particular cipher the key has to be used with.
read onlyextractable:Bool
Returns a Boolean
indicating if the raw information may be exported to the application or not.