Uses of Class
gnu.java.zrtp.packets.ZrtpPacketDHPart
-
Packages that use ZrtpPacketDHPart Package Description gnu.java.zrtp -
-
Uses of ZrtpPacketDHPart in gnu.java.zrtp
Methods in gnu.java.zrtp that return ZrtpPacketDHPart Modifier and Type Method Description protected ZrtpPacketDHPartZRtp. prepareDHPart1(ZrtpPacketCommit commit, ZrtpCodes.ZrtpErrorCodes[] errMsg)Prepare the DHPart1 packet.protected ZrtpPacketDHPartZRtp. prepareDHPart2(ZrtpPacketDHPart dhPart1, ZrtpCodes.ZrtpErrorCodes[] errMsg)Prepare the DHPart2 packet.Methods in gnu.java.zrtp with parameters of type ZrtpPacketDHPart Modifier and Type Method Description protected ZrtpPacketConfirmZRtp. prepareConfirm1(ZrtpPacketDHPart dhPart2, ZrtpCodes.ZrtpErrorCodes[] errMsg)Prepare the Confirm1 packet.protected ZrtpPacketDHPartZRtp. prepareDHPart2(ZrtpPacketDHPart dhPart1, ZrtpCodes.ZrtpErrorCodes[] errMsg)Prepare the DHPart2 packet.
-