FrameCryptorFactory

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun createFrameCryptorForRtpReceiver(    factory: PeerConnectionFactory,     rtpReceiver: RtpReceiver,     participantId: String,     algorithm: FrameCryptorAlgorithm,     keyProvider: FrameCryptorKeyProvider): FrameCryptor
Link copied to clipboard
open fun createFrameCryptorForRtpSender(    factory: PeerConnectionFactory,     rtpSender: RtpSender,     participantId: String,     algorithm: FrameCryptorAlgorithm,     keyProvider: FrameCryptorKeyProvider): FrameCryptor
Link copied to clipboard
open fun createFrameCryptorKeyProvider(    sharedKey: Boolean,     ratchetSalt: Array<Byte>,     ratchetWindowSize: Int,     uncryptedMagicBytes: Array<Byte>,     failureTolerance: Int,     keyRingSize: Int,     discardFrameWhenCryptorNotReady: Boolean): FrameCryptorKeyProvider