Package gnu.java.zrtp

Class ZrtpConstants


  • public class ZrtpConstants
    extends Object
    Author:
    Werner Dittmann <Werner.Dittmann@t-online.de>
    • Field Detail

      • zrtpVersion_11

        public static final byte[] zrtpVersion_11
      • zrtpVersion_12

        public static final byte[] zrtpVersion_12
      • HelloMsg

        public static final byte[] HelloMsg
        The message names as defined in ZRTP specification.
      • HelloAckMsg

        public static final byte[] HelloAckMsg
      • CommitMsg

        public static final byte[] CommitMsg
      • DHPart1Msg

        public static final byte[] DHPart1Msg
      • DHPart2Msg

        public static final byte[] DHPart2Msg
      • Confirm1Msg

        public static final byte[] Confirm1Msg
      • Confirm2Msg

        public static final byte[] Confirm2Msg
      • Conf2AckMsg

        public static final byte[] Conf2AckMsg
      • ErrorMsg

        public static final byte[] ErrorMsg
      • ErrorAckMsg

        public static final byte[] ErrorAckMsg
      • PingMsg

        public static final byte[] PingMsg
      • PingAckMsg

        public static final byte[] PingAckMsg
      • SASRelayMsg

        public static final byte[] SASRelayMsg
      • RelayAckMsg

        public static final byte[] RelayAckMsg
      • responder

        public static final byte[] responder
        Various strings used to build the keys, hashes and HMACs
      • initiator

        public static final byte[] initiator
      • iniMasterKey

        public static final byte[] iniMasterKey
      • iniMasterSalt

        public static final byte[] iniMasterSalt
      • respMasterKey

        public static final byte[] respMasterKey
      • respMasterSalt

        public static final byte[] respMasterSalt
      • iniHmacKey

        public static final byte[] iniHmacKey
      • respHmacKey

        public static final byte[] respHmacKey
      • retainedSec

        public static final byte[] retainedSec
      • iniZrtpKey

        public static final byte[] iniZrtpKey
      • respZrtpKey

        public static final byte[] respZrtpKey
      • sasString

        public static final byte[] sasString
      • KDFString

        public static final byte[] KDFString
      • zrtpSessionKey

        public static final byte[] zrtpSessionKey
      • zrtpMsk

        public static final byte[] zrtpMsk
      • zrtpTrustedMitm

        public static final byte[] zrtpTrustedMitm
      • s256

        public static final byte[] s256
        The names of the algorithms as defined in ZRTP specification
      • s384

        public static final byte[] s384
      • aes3

        public static final byte[] aes3
      • aes1

        public static final byte[] aes1
      • two1

        public static final byte[] two1
      • two3

        public static final byte[] two3
      • dh3k

        public static final byte[] dh3k
      • dh2k

        public static final byte[] dh2k
      • mult

        public static final byte[] mult
      • b32

        public static final byte[] b32
      • b256

        public static final byte[] b256
      • b32e

        public static final byte[] b32e
      • hs32

        public static final byte[] hs32
      • hs80

        public static final byte[] hs80
      • sk32

        public static final byte[] sk32
      • sk64

        public static final byte[] sk64
      • ec25

        public static final byte[] ec25
      • ec38

        public static final byte[] ec38
      • e255

        public static final byte[] e255
      • x9Ec25

        public static final org.bouncycastle.asn1.x9.X9ECParameters x9Ec25
      • x9Ec38

        public static final org.bouncycastle.asn1.x9.X9ECParameters x9Ec38
      • P2048MinusOne

        public static final BigInteger P2048MinusOne
      • P3072MinusOne

        public static final BigInteger P3072MinusOne
      • specDh2k

        public static final org.bouncycastle.crypto.params.DHParameters specDh2k
      • specDh3k

        public static final org.bouncycastle.crypto.params.DHParameters specDh3k
      • sas256WordsOdd

        public static final String[] sas256WordsOdd
      • sas256WordsEven

        public static final String[] sas256WordsEven
    • Constructor Detail

      • ZrtpConstants

        public ZrtpConstants()