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