stream-webrtc-android
Toggle table of contents
1.3.6
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
stream-webrtc-android
stream-webrtc-android
/
org.webrtc
/
FrameCryptorKeyProvider
Frame
Cryptor
Key
Provider
open
class
FrameCryptorKeyProvider
Members
Constructors
Frame
Cryptor
Key
Provider
Link copied to clipboard
constructor
(
nativeKeyProvider
:
Long
)
Properties
native
Key
Provider
Link copied to clipboard
open
val
nativeKeyProvider
:
Long
Functions
dispose
Link copied to clipboard
open
fun
dispose
(
)
export
Key
Link copied to clipboard
open
fun
exportKey
(
participantId
:
String
,
index
:
Int
)
:
Array
<
Byte
>
export
Shared
Key
Link copied to clipboard
open
fun
exportSharedKey
(
index
:
Int
)
:
Array
<
Byte
>
ratchet
Key
Link copied to clipboard
open
fun
ratchetKey
(
participantId
:
String
,
index
:
Int
)
:
Array
<
Byte
>
ratchet
Shared
Key
Link copied to clipboard
open
fun
ratchetSharedKey
(
index
:
Int
)
:
Array
<
Byte
>
set
Key
Link copied to clipboard
open
fun
setKey
(
participantId
:
String
,
index
:
Int
,
key
:
Array
<
Byte
>
)
:
Boolean
set
Shared
Key
Link copied to clipboard
open
fun
setSharedKey
(
index
:
Int
,
key
:
Array
<
Byte
>
)
:
Boolean
set
Sif
Trailer
Link copied to clipboard
open
fun
setSifTrailer
(
sifTrailer
:
Array
<
Byte
>
)