Esempio n. 1
0
 public Encryptor(EncryptionAlgorithm algId)
 {
     this.transformer = new EncryptTransformer(algId);
 }
Esempio n. 2
0
 public Encryptor(EncryptionAlgorithm algId)
 {
     this.transformer = new EncryptTransformer(algId);
 }