Uses of Interface
gnu.java.zrtp.ZrtpCallback
-
Packages that use ZrtpCallback Package Description gnu.java.zrtp -
-
Uses of ZrtpCallback in gnu.java.zrtp
Constructors in gnu.java.zrtp with parameters of type ZrtpCallback 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.
-