コード例 #1
0
ファイル: RSA.class.php プロジェクト: isonz/fxptpcn
 public static function setPrvKey($prvkey)
 {
     self::$_prvkey = $prvkey;
 }