public class SubtleCrypto extends Object
| Constructor and Description |
|---|
SubtleCrypto() |
| Modifier and Type | Method and Description |
|---|---|
org.stjs.javascript.jquery.Promise |
decrypt(AlgorithmIdentifier algorithm,
CryptoKey key,
ArrayBuffer data) |
org.stjs.javascript.jquery.Promise |
deriveBits(AlgorithmIdentifier algorithm,
CryptoKey baseKey,
long length) |
org.stjs.javascript.jquery.Promise |
encrypt(AlgorithmIdentifier algorithm,
CryptoKey key,
ArrayBuffer data) |
org.stjs.javascript.jquery.Promise |
generateKey(AlgorithmIdentifier algorithm,
boolean extractable,
org.stjs.javascript.Array<String> keyUsages) |
org.stjs.javascript.jquery.Promise |
importKey(String format,
Object keyData,
AlgorithmIdentifier algorithm,
boolean extractable,
org.stjs.javascript.Array<String> keyUsages) |
org.stjs.javascript.jquery.Promise |
sign(AlgorithmIdentifier algorithm,
CryptoKey key,
ArrayBuffer data) |
org.stjs.javascript.jquery.Promise |
verify(AlgorithmIdentifier algorithm,
CryptoKey key,
ArrayBuffer signature,
ArrayBuffer data) |
public org.stjs.javascript.jquery.Promise encrypt(AlgorithmIdentifier algorithm, CryptoKey key, ArrayBuffer data)
public org.stjs.javascript.jquery.Promise decrypt(AlgorithmIdentifier algorithm, CryptoKey key, ArrayBuffer data)
public org.stjs.javascript.jquery.Promise sign(AlgorithmIdentifier algorithm, CryptoKey key, ArrayBuffer data)
public org.stjs.javascript.jquery.Promise verify(AlgorithmIdentifier algorithm, CryptoKey key, ArrayBuffer signature, ArrayBuffer data)
public org.stjs.javascript.jquery.Promise generateKey(AlgorithmIdentifier algorithm, boolean extractable, org.stjs.javascript.Array<String> keyUsages)
public org.stjs.javascript.jquery.Promise deriveBits(AlgorithmIdentifier algorithm, CryptoKey baseKey, long length)
public org.stjs.javascript.jquery.Promise importKey(String format, Object keyData, AlgorithmIdentifier algorithm, boolean extractable, org.stjs.javascript.Array<String> keyUsages)
Copyright © 2018 Eduworks Corporation. All rights reserved.