RootEncoder
Toggle table of contents
2.8.0
release
Target filter
release
Switch theme
Search in API
Skip to content
RootEncoder
rtsp
/
com.pedro.rtsp.utils
/
CryptoProperties
Crypto
Properties
class
CryptoProperties
(
val
authKey
:
ByteArray
,
val
sessionKey
:
ByteArray
,
val
salt
:
ByteArray
)
Created by pedro on 11/7/25.
Members
Constructors
Crypto
Properties
Link copied to clipboard
constructor
(
authKey
:
ByteArray
,
sessionKey
:
ByteArray
,
salt
:
ByteArray
)
Properties
auth
Key
Link copied to clipboard
val
authKey
:
ByteArray
salt
Link copied to clipboard
val
salt
:
ByteArray
session
Key
Link copied to clipboard
val
sessionKey
:
ByteArray