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

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

Properties

Link copied to clipboard

The value is a string encoded like Algorithm.name

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