toggle menu
Warden Supreme
0.9.9999
common
switch theme
search in API
supreme-common
/
at.asitplus.attestation.supreme
/
KeyConstraints
/
KeyProtection
Key
Protection
@
Serializable
data
class
KeyProtection
(
val
timeout
:
Duration
?
=
null
,
val
deviceLock
:
Boolean
?
=
null
,
val
biometry
:
Boolean
?
=
null
,
val
allowNewBiometricFactors
:
Boolean
?
=
null
)
(
source
)
Members
Constructors
Key
Protection
Link copied to clipboard
constructor
(
timeout
:
Duration
?
=
null
,
deviceLock
:
Boolean
?
=
null
,
biometry
:
Boolean
?
=
null
,
allowNewBiometricFactors
:
Boolean
?
=
null
)
Properties
allow
New
Biometric
Factors
Link copied to clipboard
val
allowNewBiometricFactors
:
Boolean
?
=
null
biometry
Link copied to clipboard
val
biometry
:
Boolean
?
=
null
device
Lock
Link copied to clipboard
val
deviceLock
:
Boolean
?
=
null
timeout
Link copied to clipboard
val
timeout
:
Duration
?
=
null
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int