store Private Keys
abstract fun storePrivateKeys(storableKey: StorableKey, did: DID, keyPathIndex: Int? = null, metaId: String? = null)(source)
Stores the private key along with additional information.
Parameters
storable Key
The private key to store. Must implement the StorableKey interface.
did
The DID associated with the private key.
key Path Index
The key path index.
meta Id
The optional metadata ID.