public class ZrtpPacketCommit extends ZrtpPacketBase
CLIENT_ID_SIZE, CRC_SIZE, HASH_IMAGE_SIZE, HMAC_SIZE, HVI_SIZE, packetBuffer, ZID_SIZE, ZRTP_HEADER_LENGTH, ZRTP_WORD_SIZE| Constructor and Description |
|---|
ZrtpPacketCommit() |
ZrtpPacketCommit(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
ZrtpConstants.SupportedAuthLengths |
getAuthlen() |
ZrtpConstants.SupportedSymCiphers |
getCipher() |
byte[] |
getH2() |
ZrtpConstants.SupportedHashes |
getHash() |
byte[] |
getHMAC() |
byte[] |
getHMACMulti() |
byte[] |
getHvi() |
byte[] |
getNonce() |
ZrtpConstants.SupportedPubKeys |
getPubKey() |
ZrtpConstants.SupportedSASTypes |
getSas() |
byte[] |
getZid() |
boolean |
isLengthOk() |
void |
setAuthLen(byte[] data) |
void |
setCipherType(byte[] data) |
void |
setH2(byte[] data) |
void |
setHashType(byte[] data) |
void |
setHMAC(byte[] data) |
void |
setHMACMulti(byte[] data) |
void |
setHvi(byte[] data) |
void |
setNonce(byte[] data) |
void |
setPubKeyType(byte[] data) |
void |
setSasType(byte[] data) |
void |
setZid(byte[] data) |
getHeaderBase, getLength, getMessageType, isZrtpPacket, setLength, setMessageType, setZrtpIdpublic ZrtpPacketCommit()
public ZrtpPacketCommit(byte[] data)
public final ZrtpConstants.SupportedHashes getHash()
public final ZrtpConstants.SupportedSymCiphers getCipher()
public final ZrtpConstants.SupportedAuthLengths getAuthlen()
public final ZrtpConstants.SupportedPubKeys getPubKey()
public ZrtpConstants.SupportedSASTypes getSas()
public final byte[] getZid()
public final byte[] getHvi()
public final byte[] getH2()
public final byte[] getHMAC()
public final byte[] getHMACMulti()
public final byte[] getNonce()
public final void setHashType(byte[] data)
public final void setCipherType(byte[] data)
public final boolean isLengthOk()
public final void setAuthLen(byte[] data)
public final void setPubKeyType(byte[] data)
public final void setSasType(byte[] data)
public final void setZid(byte[] data)
public final void setHvi(byte[] data)
public final void setH2(byte[] data)
public final void setHMAC(byte[] data)
public final void setHMACMulti(byte[] data)
public final void setNonce(byte[] data)
Copyright © 2020. All rights reserved.