Package io.rong.imlib.model
        Class RCEncryptedSession
- 
                    
                    - All Implemented Interfaces:
 
 public class RCEncryptedSessionEncrypted Conversation Information Entity Class 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public classRCEncryptedSession.RCEncryptedSessionStatusEncrypted session signaling status. 
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description RCEncryptedSession()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringgetTargetId()Retrieves the target conversation ID. voidsetTargetId(String targetId)Set the target conversation ID. StringgetRemoteEncId()Retrieves the peer's encryptId. voidsetRemoteEncId(String remoteEncId)Sets the remote encryptId. StringgetEncKey()Retrieves the symmetric encryption key. voidsetEncKey(String encKey)Sets the symmetric encryption key. StringgetEncXA()Retrieves the XA generated by the local end in the DH algorithm. voidsetEncXA(String encXA)Sets the XA generated by the local end in the DH algorithm. intgetEncStatus()Get the encrypted conversation status. voidsetEncStatus(int encStatus)Sets the encrypted conversation status. static Creator<RCEncryptedSession>getCREATOR()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)StringtoString()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getTargetIdString getTargetId() Retrieves the target conversation ID. - Returns:
- The target conversation ID. 
 
 - 
                                        setTargetIdvoid setTargetId(String targetId) Set the target conversation ID. - Parameters:
- targetId- Specifies the target conversation ID.
 
 - 
                                        getRemoteEncIdString getRemoteEncId() Retrieves the peer's encryptId. - Returns:
- The peer's encryptId. 
 
 - 
                                        setRemoteEncIdvoid setRemoteEncId(String remoteEncId) Sets the remote encryptId. - Parameters:
- remoteEncId- The remote encryptId.
 
 - 
                                        getEncKeyString getEncKey() Retrieves the symmetric encryption key. - Returns:
- The symmetric encryption key. 
 
 - 
                                        setEncKeyvoid setEncKey(String encKey) Sets the symmetric encryption key. - Parameters:
- encKey- The symmetric encryption key.
 
 - 
                                        getEncXAString getEncXA() Retrieves the XA generated by the local end in the DH algorithm. - Returns:
- The XA generated by the local end in the DH algorithm. 
 
 - 
                                        setEncXAvoid setEncXA(String encXA) Sets the XA generated by the local end in the DH algorithm. - Parameters:
- encXA- The XA generated by the local end in the DH algorithm.
 
 - 
                                        getEncStatusint getEncStatus() Get the encrypted conversation status. - Returns:
- The encrypted conversation status. 
 
 - 
                                        setEncStatusvoid setEncStatus(int encStatus) Sets the encrypted conversation status. - Parameters:
- encStatus- Specifies the encrypted conversation status.
 
 - 
                                        getCREATORstatic Creator<RCEncryptedSession> getCREATOR() 
 - 
                                        describeContentsint describeContents() 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        toStringString toString() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-