trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-crypto-driver-vodozemac
/
de.connect2x.trixnity.crypto.driver.vodozemac.pkencryption
/
VodozemacPkDecryption
Vodozemac
Pk
Decryption
@
JvmInline
value
class
VodozemacPkDecryption
(
val
inner
:
PkDecryption
)
:
PkDecryption
Members
Constructors
Vodozemac
Pk
Decryption
Link copied to clipboard
constructor
(
inner
:
PkDecryption
)
Properties
inner
Link copied to clipboard
val
inner
:
PkDecryption
public
Key
Link copied to clipboard
open
override
val
publicKey
:
VodozemacCurve25519PublicKey
secret
Key
Link copied to clipboard
open
override
val
secretKey
:
VodozemacCurve25519SecretKey
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
decrypt
Link copied to clipboard
open
override
fun
decrypt
(
message
:
PkMessage
)
:
String