withName

open fun withName(@NonNull context: Context, @NonNull databaseName: String): DatabaseSignatureStorage

Creates a new DatabaseSignatureStorage with provided database name.

Return

A signature storage using SQLite database with the provided name.

Parameters

context

Context of the calling component.

databaseName

Database name to use for this storage.