コード例 #1
0
 public function signData(XMLSecurityKey $objKey, $data)
 {
     return $objKey->signData($data);
 }