encrypt | Whether the key can be used to encrypt data. This attribute is only supported for symmetric keys. |
decrypt | Whether the key can be used to decrypt data. |
sign | Whether key can be used to sign data. |
verify | Whether key can be used to verify signatures. |
wrap | Whether the key can be used to wrap (encrypt) other keys for secure transmission or storage. This attribute is only supported for symmetric keys. |
unwrap | Whether the key can be used to unwrap (decrypt) encrypted keys. |
derive | Whether the key can be used to derive other keys. |
bip32 | If true, key derivation is done using BIP32. This option can only be true if the key's algorithm is EC or ED and the derive attribute is true. |
slip10 | If true, key derivation is done using SLIP10. This option can only be true if the key's algorithm is EC or ED and the derive attribute is true. |