예제 #1
0
파일: RSA.class.php 프로젝트: isonz/fxptpcn
 public static function setPrvKey($prvkey)
 {
     self::$_prvkey = $prvkey;
 }