Definition
Modern Algorithms in the Web Cryptography API defines KeyFormat
enum KeyFormat { "raw-public", "raw-private", "raw-seed", "raw-secret", "raw", "spki", "pkcs8", "jwk" };
Referring IDL interfaces/dictionaries
Referring specifications
- Web Cryptography API Level 2 refers to
KeyFormat