return "net.java.sip.communicator." + clazz.getName().replace('$', '_');
}
public static ZrtpConfigure getZrtpConfiguration()
{
ZrtpConfigure active = new ZrtpConfigure();
setupConfigure(ZrtpConstants.SupportedPubKeys.DH2K, active);
setupConfigure(ZrtpConstants.SupportedHashes.S256, active);
setupConfigure(ZrtpConstants.SupportedSymCiphers.AES1, active);
setupConfigure(ZrtpConstants.SupportedSASTypes.B32, active);
setupConfigure(ZrtpConstants.SupportedAuthLengths.HS32, active);