Uses of Class
gnu.java.zrtp.ZrtpConfigure
-
Packages that use ZrtpConfigure Package Description gnu.java.zrtp gnu.java.zrtp.packets -
-
Uses of ZrtpConfigure in gnu.java.zrtp
Constructors in gnu.java.zrtp with parameters of type ZrtpConfigure Constructor Description ZRtp(byte[] myZid, ZrtpCallback cb, String id, ZrtpConfigure config)ZRtp(byte[] myZid, ZrtpCallback cb, String id, ZrtpConfigure config, boolean mitmMode)ZRtp(byte[] myZid, ZrtpCallback cb, String id, ZrtpConfigure config, boolean mitmMode, boolean sasSignSupport)Constructor initializes all relevant data but does not start the engine. -
Uses of ZrtpConfigure in gnu.java.zrtp.packets
Methods in gnu.java.zrtp.packets with parameters of type ZrtpConfigure Modifier and Type Method Description voidZrtpPacketHello. configureHello(ZrtpConfigure config)ZrtpConstants.SupportedAuthLengthsZrtpPacketHello. findBestAuthLen(ZrtpConfigure config)ZrtpConstants.SupportedSymCiphersZrtpPacketHello. findBestCipher(ZrtpConfigure config, ZrtpConstants.SupportedPubKeys pk)ZrtpConstants.SupportedHashesZrtpPacketHello. findBestHash(ZrtpConfigure config)Find matching algorithms in Hello packet.ZrtpConstants.SupportedPubKeysZrtpPacketHello. findBestPubkey(ZrtpConfigure config)ZrtpConstants.SupportedSASTypesZrtpPacketHello. findBestSASType(ZrtpConfigure config)
-