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
/
de.connect2x.trixnity.crypto.driver.sas
/
EstablishedSas
Established
Sas
interface
EstablishedSas
:
AutoCloseable
Members
Properties
our
Public
Key
Link copied to clipboard
abstract
val
ourPublicKey
:
Curve25519PublicKey
their
Public
Key
Link copied to clipboard
abstract
val
theirPublicKey
:
Curve25519PublicKey
Functions
calculate
Mac
Link copied to clipboard
abstract
fun
calculateMac
(
input
:
String
,
info
:
String
)
:
Mac
calculate
Mac
Invalid
Base64
Link copied to clipboard
abstract
fun
calculateMacInvalidBase64
(
input
:
String
,
info
:
String
)
:
String
close
Link copied to clipboard
expect
abstract
fun
close
(
)
generate
Bytes
Link copied to clipboard
abstract
fun
generateBytes
(
info
:
String
)
:
SasBytes
verify
Mac
Link copied to clipboard
abstract
fun
verifyMac
(
input
:
String
,
info
:
String
,
tag
:
Mac
)