Definition
Web Cryptography API defines CryptoKey
[SecureContext,Exposed=(Window,Worker),Serializable]
interface CryptoKey {
readonly attribute KeyType type;
readonly attribute boolean extractable;
readonly attribute object algorithm;
readonly attribute object usages;
};
Methods and attributes that return objects implementing CryptoKey
Referring IDL interfaces/dictionaries
Referring specifications
- WebRTC Encoded Transform refers to
CryptoKey