Crypto

Crypto

package js-html

Available on js

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

Documentation Crypto by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only subtle:SubtleCrypto

Returns a SubtleCrypto object providing access to common cryptographic primitives, like hashing, signing, encryption or decryption.

Methods

getRandomValues (array:ArrayBufferView):ArrayBufferView

Throws:

null DOMError

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部