matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.crypto.crosssigning
/
DeviceTrustResult
/
InvalidDeviceSignature
Invalid
Device
Signature
data
class
InvalidDeviceSignature
(
val
deviceId
:
String
,
val
signingKey
:
String
,
val
throwable
:
Throwable
?
)
:
DeviceTrustResult
Members
Members & Extensions
Constructors
Invalid
Device
Signature
Link copied to clipboard
constructor
(
deviceId
:
String
,
signingKey
:
String
,
throwable
:
Throwable
?
)
Functions
is
Cross
Signed
Verified
Link copied to clipboard
fun
DeviceTrustResult
.
isCrossSignedVerified
(
)
:
Boolean
is
Locally
Verified
Link copied to clipboard
fun
DeviceTrustResult
.
isLocallyVerified
(
)
:
Boolean
is
Success
Link copied to clipboard
fun
DeviceTrustResult
.
isSuccess
(
)
:
Boolean
Properties
device
Id
Link copied to clipboard
val
deviceId
:
String
signing
Key
Link copied to clipboard
val
signingKey
:
String
throwable
Link copied to clipboard
val
throwable
:
Throwable
?