예제 #1
0
 public bool RsaOTDecrypt()
 {
     return(Rsa.RsaOTDecrypt(ref buffer, position, length));
 }
예제 #2
0
 public bool RsaCipEncrypt(int pos)
 {
     return(Rsa.RsaCipEncrypt(ref buffer, pos));
 }