public function appendKey(XMLSecurityKey $objKey, $parent = NULL)
 {
     $objKey->serializeKey($parent);
 }