SecureAreaConfigurationAndroidKeystore

class SecureAreaConfigurationAndroidKeystore(val algorithm: String, val useStrongBox: Boolean, val userAuthenticationRequired: Boolean, val userAuthenticationTimeoutMillis: Long, val userAuthenticationTypes: Long) : SecureAreaConfiguration

Secure area configuration for AndroidKeystoreSecureArea

Constructors

Link copied to clipboard
constructor(algorithm: String, useStrongBox: Boolean, userAuthenticationRequired: Boolean, userAuthenticationTimeoutMillis: Long, userAuthenticationTypes: Long)

Properties

Link copied to clipboard

The value is a string encoded like Algorithm.name

Link copied to clipboard

whether to require user authentication

Link copied to clipboard

User authentication timeout in milliseconds or 0 to require authentication on every use.

Link copied to clipboard

number like in UserAuthenticationType.encodeSet

Link copied to clipboard

true to use StrongBox, false otherwise