Warden-Supreme
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Warden-Supreme
roboto
/
at.asitplus.attestation.android
/
SoftwareAttestationVerifier
Software
Attestation
Verifier
object
SoftwareAttestationVerifier
(
source
)
Deprecated
To be removed in 1.1
Replace with
Roboto
Content copied to clipboard
Members
Properties
GOOGLE_
SOFTWARE_
EC_
ROOT
Link copied to clipboard
const
val
GOOGLE_SOFTWARE_EC_ROOT
:
String
GOOGLE_
SOFTWARE_
RSA_
ROOT
Link copied to clipboard
const
val
GOOGLE_SOFTWARE_RSA_ROOT
:
String
Functions
invoke
Link copied to clipboard
@
JvmOverloads
operator
fun
invoke
(
attestationConfiguration
:
AndroidAttestationConfiguration
,
verifyChallenge
:
(
expected
:
ByteArray
,
actual
:
ByteArray
)
->
Boolean
=
{ expected, actual -> expected contentEquals actual }
)
:
Roboto