trixnity-core
Toggle table of contents
4.16.3
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.model.keys
/
Key
/
SignedCurve25519Key
Signed
Curve25519Key
data
class
SignedCurve25519Key
(
val
id
:
String
?
,
val
value
:
KeyValue.SignedCurve25519KeyValue
)
:
Key
Members
Constructors
Signed
Curve25519Key
Link copied to clipboard
constructor
(
id
:
String
?
,
value
:
String
,
fallback
:
Boolean
?
=
null
,
signatures
:
Signatures
<
UserId
>
)
constructor
(
id
:
String
?
,
value
:
KeyValue.SignedCurve25519KeyValue
)
Properties
algorithm
Link copied to clipboard
open
override
val
algorithm
:
KeyAlgorithm.SignedCurve25519
full
Id
Link copied to clipboard
open
val
fullId
:
String
id
Link copied to clipboard
open
override
val
id
:
String
?
value
Link copied to clipboard
open
override
val
value
:
KeyValue.SignedCurve25519KeyValue