Metadata for a key that has been stored, encrypted, on the wrapped keys backend service Returned by listEncryptedKeyMetadata; to get full stored key data including ciphertext and dataToEncryptHash use getEncryptedKey()

Property

The public key of the encrypted private key

Property

The LIT PKP address that is associated with the encrypted private key

Property

The type of key that was encrypted -- e.g. ed25519, K256, etc.

Property

A (typically) user-provided descriptor for the encrypted private key

Property

The unique identifier (UUID V4) of the encrypted private key

Property

The LIT network that the client who stored the key was connected to

Hierarchy

Properties

id: string
keyType: KeyType
litNetwork: LIT_NETWORKS_KEYS
memo: string
pkpAddress: string
publicKey: string

Generated using TypeDoc