ZrtpKeyAgreement

public enum ZrtpKeyAgreement : Int

Enum describing the ZRTP key exchange algorithns.

  • Declaration

    Swift

    case Invalid = 0
  • Declaration

    Swift

    case Dh2K = 1
  • Declaration

    Swift

    case Dh3K = 2
  • Declaration

    Swift

    case Ec25 = 3
  • Declaration

    Swift

    case Ec38 = 4
  • Declaration

    Swift

    case Ec52 = 5
  • Declaration

    Swift

    case X255 = 6
  • Declaration

    Swift

    case X448 = 7
  • Declaration

    Swift

    case K255 = 8
  • Declaration

    Swift

    case K448 = 9
  • Declaration

    Swift

    case Kyb1 = 10
  • Declaration

    Swift

    case Kyb2 = 11
  • Declaration

    Swift

    case Kyb3 = 12
  • Declaration

    Swift

    case Hqc1 = 13
  • Declaration

    Swift

    case Hqc2 = 14
  • Declaration

    Swift

    case Hqc3 = 15
  • Declaration

    Swift

    case K255Kyb512 = 16
  • Declaration

    Swift

    case K255Hqc128 = 17
  • Declaration

    Swift

    case K448Kyb1024 = 18
  • Declaration

    Swift

    case K448Hqc256 = 19
  • Declaration

    Swift

    case K255Kyb512Hqc128 = 20
  • Declaration

    Swift

    case K448Kyb1024Hqc256 = 21