示例#1
0
 public Encryptor(EncryptionAlgorithm algId)
 {
     this.transformer = new EncryptTransformer(algId);
 }
示例#2
0
 public Encryptor(EncryptionAlgorithm algId)
 {
     this.transformer = new EncryptTransformer(algId);
 }