예제 #1
0
 public byte[] Encrypt(byte[] inputBytes)
 {
     if ((inputBytes != null) && (inputBytes.Length >= 1))
     {
         Class897 class2 = new Class897(inputBytes);
         Class897 class3 = class2.method_15(this.class897_1, this.class897_0);
         byte[]   buffer = class3.method_7();
         class2.method_12();
         class3.method_12();
         return(buffer);
     }
     return(new byte[0]);
 }
예제 #2
0
 public Rsa(byte[] modulusBytes, byte[] exponentBytes)
 {
     this.class897_0 = new Class897(modulusBytes);
     this.class897_1 = new Class897(exponentBytes);
 }