Searched refs:kty (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Djwk.cc29 // - "kty" (Key Type) Parameter, REQUIRED
30 // - <kty-specific parameters, see below>, REQUIRED
50 // Web Crypto Key keying material <-- kty-specific parameters
56 // - kty (Key Type)
132 // kty-specific parameters
133 // The value of kty determines the type and content of the keying material
135 // // - kty == "oct" (symmetric or other raw key)
141 // - kty == "RSA" (RSA public key)
228 const std::string& kty) {
232 dict_.SetString("kty", kt
225 JwkWriter(const std::string& algorithm, bool extractable, blink::WebCryptoKeyUsageMask usage_mask, const std::string& kty) argument
443 ParseJwkCommon(const CryptoData& bytes, bool expected_extractable, blink::WebCryptoKeyUsageMask expected_usage_mask, std::string* kty, scoped_ptr<base::DictionaryValue>* dict) argument
633 std::string kty; local
[all...]

Completed in 564 milliseconds