CryptoKey

CryptoKey

package js-html

Available on js

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:

Variables

read only algorithm:Dynamic

Returns an opaque object representing a particular cipher the key has to be used with.

read only extractable:Bool

Returns a Boolean indicating if the raw information may be exported to the application or not.

read only type:String

Returns an enumerated value representing the type of the key, a secret key (for symmetric algorithm), a public or a private key (for an asymmetric algorithm)

read only usages:Array<String>

Returns an array of enumerated values indicating what the key can be used for.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/CryptoKey.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部