Class RCCallPlusEncryption

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      RCCallPlusEncryption(boolean isEncrypted) 创建通话解密信息实体类
      RCCallPlusEncryption(boolean isEncrypted, String encryptedMessage) 创建通话解密信息实体类
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean isEncrypted()
      String getEncryptedMessage()
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RCCallPlusEncryption

        RCCallPlusEncryption(boolean isEncrypted)
        创建通话解密信息实体类
        Parameters:
        isEncrypted - 本次通话是否是加解密通话
      • RCCallPlusEncryption

        RCCallPlusEncryption(boolean isEncrypted, String encryptedMessage)
        创建通话解密信息实体类
        Parameters:
        isEncrypted - 本次通话是否是加解密通话
        encryptedMessage - 本次通话传递的加解密信息