awala
Toggle table of contents
1.0.0a3
jvm
Platform filter
jvm
Switch theme
Search in API
awala
awala
/
tech.relaycorp.relaynet.messages.payloads
/
EncryptedPayload
/
encrypt
encrypt
fun
encrypt
(
recipientSessionKey
:
SessionKey
,
senderSessionKeyPair
:
SessionKeyPair
,
symmetricCipher
:
SymmetricCipher
=
SymmetricCipher.AES_128
,
hashingAlgorithm
:
HashingAlgorithm
=
HashingAlgorithm.SHA256
)
:
ByteArray