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
/
Curve25519Key
Curve25519Key
data
class
Curve25519Key
(
val
id
:
String
?
,
val
value
:
KeyValue.Curve25519KeyValue
)
:
Key
Members
Constructors
Curve25519Key
Link copied to clipboard
constructor
(
id
:
String
?
,
value
:
String
)
constructor
(
id
:
String
?
,
value
:
KeyValue.Curve25519KeyValue
)
Properties
algorithm
Link copied to clipboard
open
override
val
algorithm
:
KeyAlgorithm.Curve25519
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.Curve25519KeyValue