KeyType
Web Cryptography API Level 2 defines KeyType
enum KeyType { "public", "private", "secret" };
CryptoKey