コード例 #1
0
 public Decryptor(EncryptionAlgorithm algId)
 {
     transformer = new DecryptTransformer(algId);
 }
コード例 #2
0
ファイル: Decryptor.cs プロジェクト: Longkong/Pojjaman
 public Decryptor(EncryptionAlgorithm algId)
 {
     transformer = new DecryptTransformer(algId);
 }