toggle menu
Android-IMLibCore-SDK
5.12.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
RCEncryptedSession
RCEncrypted
Session
io.rong.imlib
public
class
RCEncryptedSession
加密会话信息实体类
Members
Constructors
RCEncrypted
Session
Link copied to clipboard
io.rong.imlib
public
void
RCEncryptedSession
(
)
Types
RCEncrypted
Session
Status
Link copied to clipboard
io.rong.imlib
public
class
RCEncryptedSessionStatus
加密会话信令状态。
Properties
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<RCEncryptedSession>
CREATOR
enc
Key
Link copied to clipboard
io.rong.imlib
public
String
encKey
对称加密秘钥
enc
Status
Link copied to clipboard
io.rong.imlib
public
int
encStatus
加密会话状态
enc
XA
Link copied to clipboard
io.rong.imlib
public
String
encXA
DH 算法中本端生成的 XA
remote
Enc
Id
Link copied to clipboard
io.rong.imlib
public
String
remoteEncId
对端 encryptId
target
Id
Link copied to clipboard
io.rong.imlib
public
String
targetId
自己的 encryptedId 使用父类的字段。
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
CREATOR
Link copied to clipboard
io.rong.imlib
public
static
Creator<RCEncryptedSession>
getCREATOR
(
)
get
Enc
Key
Link copied to clipboard
io.rong.imlib
public
String
getEncKey
(
)
获取对称加密秘钥。
get
Enc
Status
Link copied to clipboard
io.rong.imlib
public
int
getEncStatus
(
)
获取加密会话状态。
get
Enc
XA
Link copied to clipboard
io.rong.imlib
public
String
getEncXA
(
)
获取 DH 算法中本端生成的 XA。
get
Remote
Enc
Id
Link copied to clipboard
io.rong.imlib
public
String
getRemoteEncId
(
)
获取对端 encryptId。
get
Target
Id
Link copied to clipboard
io.rong.imlib
public
String
getTargetId
(
)
获取目标会话 id。
set
Enc
Key
Link copied to clipboard
io.rong.imlib
public
void
setEncKey
(
String
encKey
)
设置对称加密秘钥。
set
Enc
Status
Link copied to clipboard
io.rong.imlib
public
void
setEncStatus
(
int encStatus
)
设置加密会话状态。
set
Enc
XA
Link copied to clipboard
io.rong.imlib
public
void
setEncXA
(
String
encXA
)
设置 DH 算法中本端生成的 XA。
set
Remote
Enc
Id
Link copied to clipboard
io.rong.imlib
public
void
setRemoteEncId
(
String
remoteEncId
)
设置对端 encryptId。
set
Target
Id
Link copied to clipboard
io.rong.imlib
public
void
setTargetId
(
String
targetId
)
设置目标会话 id。
to
String
Link copied to clipboard
io.rong.imlib
public
String
toString
(
)
write
To
Parcel
Link copied to clipboard
io.rong.imlib
public
void
writeToParcel
(
Parcel dest
,
int flags
)