trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core.model.keys
/
Signed
Signed
@
Serializable
(
with
=
SignedSerializer::class
)
open
class
Signed
<
T
,
U
>
(
val
signed
:
T
,
val
signatures
:
Signatures
<
U
>
?
=
null
)
Constructors
Functions
Properties
Inheritors
Constructors
Signed
Link copied to clipboard
fun
<
T
>
Signed
(
signed
:
T
,
signatures
:
Signatures
<
U
>
?
=
null
)
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
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
signatures
Link copied to clipboard
val
signatures
:
Signatures
<
U
>
?
=
null
signed
Link copied to clipboard
val
signed
:
T
Inheritors
SignedCurve25519Key
Link copied to clipboard