Esempio n. 1
0
 public PolygonAuth()
 {
     _randomUtils = new PolygonRandomUtils();
     _cryptoUtils = new PolygonCryptoUtils();
 }
Esempio n. 2
0
 public void Setup()
 {
     _cryptoUtils = new PolygonCryptoUtils();
 }
Esempio n. 3
0
 public PolygonAuth(IPolygonRandomUtils randomUtils, IPolygonCryptoUtils cryptoUtils)
 {
     _randomUtils = randomUtils;
     _cryptoUtils = cryptoUtils;
 }