matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.network.ssl
/
Fingerprint
Fingerprint
@
JsonClass
(
generateAdapter
=
true
)
data
class
Fingerprint
(
val
bytes
:
ByteArray
,
val
hashType
:
Fingerprint.HashType
)
Members
Constructors
Fingerprint
Link copied to clipboard
constructor
(
bytes
:
ByteArray
,
hashType
:
Fingerprint.HashType
)
Types
Hash
Type
Link copied to clipboard
@
JsonClass
(
generateAdapter
=
false
)
enum
HashType
:
Enum
<
Fingerprint.HashType
>
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
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
displayable
Hex
Repr
Link copied to clipboard
val
displayableHexRepr
:
String
hash
Type
Link copied to clipboard
val
hashType
:
Fingerprint.HashType