--- title: CryptoKey slug: Web/API/CryptoKey tags: - API - Interface - Reference - Web Crypto API translation_of: Web/API/CryptoKey ---
{{APIRef("Web Crypto API")}}
L'interface CryptoKey
représente une {{glossary("clef")}} cryptographique dérivé d'un algorithme de clef spécifique.
Un objet CryptoKey
peut être obtenu en utilisant : {{domxref("SubtleCrypto.generateKey()")}}, {{domxref("SubtleCrypto.deriveKey()")}} ou {{domxref("SubtleCrypto.importKey()")}}
Cette interface n'hérite d'aucune propriété.
Cette interface n'hérite et n'implémente aucune méthode.
Spécification | Statut | Commentaire |
---|---|---|
{{ SpecName('Web Crypto API', '#dfn-CryptoKey', 'CryptoKey') }} | {{ Spec2('Web Crypto API') }} | Définition initiale. |
{{Compat("api.CryptoKey")}}