RCEncryptedSession

public class RCEncryptedSession

Encrypted Conversation Information Entity Class

Constructors

Link copied to clipboard
public void RCEncryptedSession()

Types

Link copied to clipboard
Encrypted session signaling status.

Properties

Link copied to clipboard
public final static Creator<RCEncryptedSession> CREATOR
Link copied to clipboard
public String encKey
Symmetric encryption key
Link copied to clipboard
public int encStatus
Encrypted Conversation Status
Link copied to clipboard
public String encXA
In the DH algorithm, the XA generated by the local end
Link copied to clipboard
public String remoteEncId
Peer encryptId
Link copied to clipboard
public String targetId
Use the parent class field for your own encryptedId.

Functions

Link copied to clipboard
public int describeContents()
Link copied to clipboard
public static Creator<RCEncryptedSession> getCREATOR()
Link copied to clipboard
public String getEncKey()
Retrieves the symmetric encryption key.
Link copied to clipboard
public int getEncStatus()
Get the encrypted conversation status.
Link copied to clipboard
public String getEncXA()
Retrieves the XA generated by the local end in the DH algorithm.
Link copied to clipboard
public String getRemoteEncId()
Retrieves the peer's encryptId.
Link copied to clipboard
public String getTargetId()
Retrieves the target conversation ID.
Link copied to clipboard
public void setEncKey(String encKey)
Sets the symmetric encryption key.
Link copied to clipboard
public void setEncStatus(int encStatus)
Sets the encrypted conversation status.
Link copied to clipboard
public void setEncXA(String encXA)
Sets the XA generated by the local end in the DH algorithm.
Link copied to clipboard
public void setRemoteEncId(String remoteEncId)
Sets the remote encryptId.
Link copied to clipboard
public void setTargetId(String targetId)
Set the target conversation ID.
Link copied to clipboard
public String toString()
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)