more updates
[iotcloud.git] / src / java / iotcloud / CloudComm.java
index 1993a8db1e9b933ca1aa890ccf32785a9413569c..6d421b5513630ebc1c9929fdafefc95d00eba0ac 100644 (file)
@@ -10,6 +10,9 @@ class CloudComm {
        Cipher decryptcipher;
        Mac mac;
 
+       CloudComm() {
+       }
+       
        CloudComm(String _baseurl, Cipher _encrypt, Cipher _decrypt, Mac _mac) {
                this.baseurl=_baseurl;
                this.encryptcipher = _encrypt;