SecureAreaConfigurationCloud
class SecureAreaConfigurationCloud(val algorithm: String, val cloudSecureAreaId: String, val userAuthenticationRequired: Boolean, val useStrongBox: Boolean, val userAuthenticationTimeoutMillis: Long, val userAuthenticationTypes: Long, val passphraseRequired: Boolean) : SecureAreaConfiguration
Constructors
Properties
Link copied to clipboard
Cloud secure area id
Link copied to clipboard
whether to require passphrase authentication
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
a number like in UserAuthenticationType.encodeSet
Link copied to clipboard