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
Properties
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