CryptoProviderImpl

internal class CryptoProviderImpl(val context: Context) : CryptoProvider(source)

Implements CryptoProvider behavior in the SDAI authentication feature layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(context: Context)

Types

Link copied to clipboard
object Companion

Provides the companion object singleton used by the SDAI authentication feature layer.

Properties

Link copied to clipboard
private val context: Context

Functions

Link copied to clipboard

Loads SDAI data through getAuthorizationStore.

Link copied to clipboard
private fun getMasterKeyAlias(): @NonNull String

Loads SDAI data through getMasterKeyAlias.