storePrismDIDAndPrivateKeys

abstract fun storePrismDIDAndPrivateKeys(did: DID, keyPathIndex: Int?, alias: String?, privateKeys: List<StorableKey>)(source)

Stores the Prism DID, key path index, alias, and private keys.

Parameters

did

The Prism DID to store.

keyPathIndex

The key path index.

alias

The optional alias for the Prism DID.

privateKeys

The list of private keys to store.