storePrivateKeys

abstract fun storePrivateKeys(storableKey: StorableKey, did: DID, keyPathIndex: Int? = null, metaId: String? = null)(source)

Stores the private key along with additional information.

Parameters

storableKey

The private key to store. Must implement the StorableKey interface.

did

The DID associated with the private key.

keyPathIndex

The key path index.

metaId

The optional metadata ID.