Use OAEPWithSHA256AndMGF1Padding for RSA, add tests

This commit is contained in:
Manfred Karrer 2016-03-30 12:47:30 +02:00
parent 37b31a5d0a
commit 513bc79d58
5 changed files with 196 additions and 2 deletions

View file

@ -491,7 +491,6 @@ public class MainViewModel implements ViewModel {
.onClose(() -> Utilities.openWebPage("https://github.com/bitsquare/bitsquare/issues"))
.show());
}
}
};
checkCryptoThread.start();