Use rsa encryption
This commit is contained in:
parent
573842f95c
commit
8b79a0c2b9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class OsMoService implements OsMoReactor {
|
||||||
private static final String HTTPS_API_PREPARE = "https://api.osmo.mobi/prepare";
|
private static final String HTTPS_API_PREPARE = "https://api.osmo.mobi/prepare";
|
||||||
private static final String HTTP_AUTH = "http://api.osmo.mobi/auth";
|
private static final String HTTP_AUTH = "http://api.osmo.mobi/auth";
|
||||||
private static final String HTTPS_AUTH = "https://api.osmo.mobi/auth";
|
private static final String HTTPS_AUTH = "https://api.osmo.mobi/auth";
|
||||||
private static final boolean USE_RSA_ENCRYPTION = false;
|
private static final boolean USE_RSA_ENCRYPTION = true;
|
||||||
|
|
||||||
public static final String REGENERATE_CMD = "TRACKER_REGENERATE_ID";
|
public static final String REGENERATE_CMD = "TRACKER_REGENERATE_ID";
|
||||||
public static final String SIGN_IN_URL = "http://osmo.mobi/signin?key=";
|
public static final String SIGN_IN_URL = "http://osmo.mobi/signin?key=";
|
||||||
|
|
Loading…
Reference in a new issue