385
edits
Line 224: | Line 224: | ||
! salt | ! salt | ||
| string | | string | ||
| | | Salt used with the secret phrase | ||
|- | |- | ||
! iv | ! iv | ||
| string | | string | ||
| | | Initialization vector used when decrypting the <tt>keyData</tt> | ||
|- | |- | ||
! keyData | ! keyData | ||
| string | | string | ||
| | | Encrypted private key that needs the secret phrase, <tt>salt</tt>, and <tt>iv</tt> to decrypt | ||
|- | |- | ||
! privateKeyUri | ! privateKeyUri | ||
| string | | string | ||
| | | Url to the corresponding public key | ||
|- | |- | ||
! type | ! type | ||
| string | | string | ||
| | | Type of the key: "privkey" | ||
|} | |} | ||
Line 254: | Line 254: | ||
! salt | ! salt | ||
| string | | string | ||
| | | Salt used with the secret phrase | ||
|- | |- | ||
! iv | ! iv | ||
| string | | string | ||
| | | Initialization vector used when decrypting the <tt>keyData</tt> | ||
|- | |- | ||
! keyData | ! keyData | ||
| string | | string | ||
| | | Encrypted private key that needs the secret phrase, <tt>salt</tt>, and <tt>iv</tt> to decrypt | ||
|- | |- | ||
! privateKeyUri | ! privateKeyUri | ||
| string | | string | ||
| | | Url to the corresponding public key | ||
|- | |- | ||
! type | ! type | ||
| string | | string | ||
| | | Type of the key: "privkey" | ||
|} | |} | ||
edits