HomeSort by relevance Sort by last modified time
    Searched refs:kty (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/webcrypto/
jwk.cc 29 // - "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", kty)
633 std::string kty; local
    [all...]
  /external/chromium_org/media/test/data/eme_player_js/
utils.js 59 var jwk = '{"kty":"oct","kid":"';

Completed in 192 milliseconds