EncryptedPayload

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun encrypt(recipientSessionKey: SessionKey, senderSessionKeyPair: SessionKeyPair, symmetricCipher: SymmetricCipher = SymmetricCipher.AES_128, hashingAlgorithm: HashingAlgorithm = HashingAlgorithm.SHA256): ByteArray
Link copied to clipboard