Exemplo n.º 1
0
 public SecureStorage(StringIO io, Encryptor encryptor, Serializer<LicenseRegistration> serializer)
 {
     this.io = io;
       this.encryptor = encryptor;
       this.serializer = serializer;
 }
Exemplo n.º 2
0
 public SecureStorage(StringIO io, Encryptor encryptor, Serializer <LicenseRegistration> serializer)
 {
     this.io         = io;
     this.encryptor  = encryptor;
     this.serializer = serializer;
 }