385
edits
| Line 284: | Line 284: | ||
! keyring | ! keyring | ||
| object | | object | ||
| | | A hash with fields of key urls used to decrypt the field's value of an object containing the wrapped symmetric key | ||
|} | |||
The following describes the JS-object for <tt>keyring</tt>: | |||
{| cellpadding=5 | |||
! wrapped | |||
| string | |||
| The encrypted symmetric key that is decrypted using the key located at the url that indexed to this entry | |||
! hmac | |||
| string | |||
| SHA256 HMAC of <tt>wrapped</tt> and the key derived from the decrypted base64 private key string that would be used to decrypt the <tt>wrapped</tt> key | |||
|} | |} | ||
edits