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