Spec-Zone.ru › Deno 1

CryptoKey

Словарь CryptoKey API веб-криптографии представляет собой криптографический ключ.

interface CryptoKey {
readonly algorithm: KeyAlgorithm;
readonly extractable: boolean;
readonly type: KeyType;
readonly usages: KeyUsage[];
}
var CryptoKey: {
prototype: CryptoKey;
new (): CryptoKey;
}
;

Свойства

readonly algorithm: KeyAlgorithm
readonly extractable: boolean
readonly type: KeyType
readonly usages: KeyUsage[]

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/CryptoKey

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API