matrix-sdk-android
1.6.10
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
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Fingerprint
Link copied to clipboard
fun
Fingerprint
(
bytes
:
ByteArray
,
hashType
:
Fingerprint.HashType
)
Content copied to clipboard
Types
Hash
Type
Link copied to clipboard
@
JsonClass
(
generateAdapter
=
false
)
enum
HashType
:
Enum
<
Fingerprint.HashType
>
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
Content copied to clipboard
displayable
Hex
Repr
Link copied to clipboard
val
displayableHexRepr
:
String
Content copied to clipboard
hash
Type
Link copied to clipboard
val
hashType
:
Fingerprint.HashType
Content copied to clipboard