Warden-Supreme
Toggle table of contents
1.0.0-RC2
common
Target filter
common
Switch theme
Search in API
Skip to content
Warden-Supreme
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
?
biometry
Link copied to clipboard
val
biometry
:
Boolean
?
device
Lock
Link copied to clipboard
val
deviceLock
:
Boolean
?
timeout
Link copied to clipboard
val
timeout
:
Duration
?
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