Results 1 - 4 of 4

CryptoKey.algorithm

The CryptoKey.algorithm read-only property is an opaque value containing all the information about the algorithm related to the key.
API CryptoKey Property Read-only Reference Référence Web Crypto API

CryptoKey.extractable

The CryptoKey.extractable read-only property that indicates if the raw material key can be extracted, for example for archiving it.
API CryptoKey Property Read-only Reference Référence Web Crypto API

CryptoKey.type

The CryptoKey.type read-only property that indicates the type of the key: if it is the key for a symmetric algorithm ("secret") or for an asymmetric algorithm ("public" or "private", depending of its purpose).
API CryptoKey Property Read-only Reference Référence Web Crypto API

CryptoKey.usages

The CryptoKey.usages read-only property is an array of enumerated that indicates the purposes of the key.
API CryptoKey Property Read-only Reference Référence Web Crypto API